Skip to content

Commit

Permalink
chore: diff html reporter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Nov 29, 2023
1 parent f79930d commit 15ad4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/diff.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const OUTPUT_DIR = path.join(__dirname, '../diff_output');
} while (tester.next());
await tester.resume();
} catch (e) {
htmlReporter.failure(name)
statsReporter.failure(name);
}
}
Expand Down

0 comments on commit 15ad4bf

Please sign in to comment.