Skip to content

Commit

Permalink
why is this a requirement?
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 30, 2023
1 parent 478d4a4 commit 58af7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (args.length === 0) {
const reporterConfig = process.env.CI
? {
reporter: 'mocha-junit-reporter',
'reporter-option': ['mochaFile=./reports/test_output.xml'],
'reporter-option': ['mochaFile=./reports/out/test_output.xml'],
}
: {};

Expand Down

0 comments on commit 58af7a7

Please sign in to comment.