()
| 1444 | .build() |
| 1445 | |
| 1446 | const asyncErrorBlock = async () => { |
| 1447 | const childProcess = execa( |
| 1448 | cliPath, |
| 1449 | ['dev', '--offline'], |
| 1450 | getExecaOptions({ cwd: builder.directory, env: { CI: 'true' } }), |
| 1451 | ) |
| 1452 | await childProcess |
| 1453 | } |
| 1454 | |
| 1455 | try { |
| 1456 | await asyncErrorBlock() |
no test coverage detected