Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 8, 2023
1 parent 7853ba0 commit 9681945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/cmds/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function testCmd(envName: string, additionalArgs?: object): Promise
const failed = vitest!.state.getFiles().filter((file) => file.result!.state === "fail");

if (failed.length > 0) {
process.stderr.write("Tests failed\n");
return false;
} else {
return true;
Expand Down

0 comments on commit 9681945

Please sign in to comment.