Skip to content

Commit

Permalink
Update v-next/hardhat-node-test-runner/src/task-action.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Patricio Palladino <[email protected]>
  • Loading branch information
zoeyTM and alcuadrado committed Aug 26, 2024
1 parent 4801d3a commit c2d5655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v-next/hardhat-node-test-runner/src/task-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const testWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
}

const testFailures = await runTests();
console.log("Failures: ", testFailures);

if (testFailures > 0) {
process.exitCode = testFailures;
Expand Down

0 comments on commit c2d5655

Please sign in to comment.