Update output for mocha-junit-reporter

This commit is contained in:
Futago-za Ryuu 2019-01-25 05:57:49 +00:00
parent dedb372076
commit 9906f21c57

View file

@ -1,6 +1,6 @@
{ {
"reporterEnabled": "spec, mocha-junit-reporter", "reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": { "mochaJunitReporterReporterOptions": {
"mochaFile": "test/junit-results.xml" "mochaFile": "coverage/junit.xml"
} }
} }