Skip to content

Commit c2d5655

Browse files
zoeyTMalcuadrado
andcommitted
Update v-next/hardhat-node-test-runner/src/task-action.ts
Co-authored-by: Patricio Palladino <[email protected]>
1 parent 4801d3a commit c2d5655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v-next/hardhat-node-test-runner/src/task-action.ts

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ const testWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
8989
}
9090

9191
const testFailures = await runTests();
92-
console.log("Failures: ", testFailures);
9392

9493
if (testFailures > 0) {
9594
process.exitCode = testFailures;

0 commit comments

Comments
 (0)