Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Geef reporter options door als array cfr mochajs/mocha#4225
Browse files Browse the repository at this point in the history
  • Loading branch information
Incubusattax committed Aug 11, 2020
1 parent c89a03d commit dc3a7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mocharc.js
@@ -1,9 +1,9 @@
module.exports = {
"full-trace": true,
"reporter": 'xunit',
"reporter-option": {
"output": "results.xml"
},
"reporter-option": [
'output=results.xml'
],
"spec": ["../../test/**/*.test.js"],
"timeout": '10000'
};

0 comments on commit dc3a7d5

Please sign in to comment.