tests: continue

This commit is contained in:
Simon Lecoq
2023-11-02 19:16:47 -04:00
parent 55d7b38586
commit 27528afe04
13 changed files with 141 additions and 68 deletions

View File

@@ -15,9 +15,9 @@ for await (const { path, name: _name } of expandGlob("tests/*.jsonc")) {
const { code } = await make({
task,
config: path,
stdio: "piped",
log: (message) => stdio.push(message),
exit: false,
stdio: "null",
})
try {
expect(code).to.equal(0)