diff --git a/test/config.json b/test/config.json index 45f0e76..b1e060a 100644 --- a/test/config.json +++ b/test/config.json @@ -1,6 +1,6 @@ { "reporterEnabled": "spec, mocha-junit-reporter", "mochaJunitReporterReporterOptions": { - "mochaFile": "test/junit-results.xml" + "mochaFile": "coverage/junit.xml" } }