We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7066c7b commit bea4479Copy full SHA for bea4479
v-next/hardhat-node-test-runner/src/task-action.ts
@@ -89,7 +89,6 @@ const testWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
89
}
90
91
const testFailures = await runTests();
92
- console.log("Failures: ", testFailures);
93
94
if (testFailures > 0) {
95
process.exitCode = testFailures;
0 commit comments