We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e6016 commit aa03584Copy full SHA for aa03584
.mocharc.js
@@ -1,3 +1,5 @@
1
+'use strict';
2
+
3
module.exports = {
4
color: true,
5
exit: true,
@@ -7,4 +9,4 @@ module.exports = {
7
9
output: `./node-${process.versions.node}-junit.xml`,
8
10
showRelativePaths: true
11
},
-};
12
+}
0 commit comments