Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Jan 27, 2022
1 parent c718fa2 commit 056dbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/lib/performance-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class StatsdReporter {
test.wallclockStart = Date.now()
})

runner.on('test end', (test, done) => {
runner.on('test end', (test) => {
// Skipped tests never get a 'start' event, but they still get 'test end' somehow.
if (!test.state || test.state === 'skipped') {
return
Expand Down

0 comments on commit 056dbca

Please sign in to comment.