Skip to content

Commit 82f399c

Browse files
committed
WIP
1 parent 5f49fa0 commit 82f399c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v-next/hardhat-node-test-reporter/src/reporter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export function hardhatTestReporter(
109109
let topLevelFilePassCount = 0;
110110

111111
for await (const event of source) {
112+
console.log({ event });
112113
switch (event.type) {
113114
case "test:diagnostic": {
114115
diagnostics.push(event.data);

0 commit comments

Comments
 (0)