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 82a9236 commit 4ec3e61Copy full SHA for 4ec3e61
.mocharc.json
@@ -5,6 +5,5 @@
5
"ui": "test/tools/runner/metadata_ui.js",
6
"reporter": "test/tools/reporter/mongodb_reporter.js",
7
"recursive": true,
8
- "timeout": 60000,
9
- "reporter": "spec-xunit-file"
+ "timeout": 60000
10
}
package.json
@@ -67,7 +67,6 @@
67
"sinon": "^4.3.0",
68
"sinon-chai": "^3.2.0",
69
"snappy": "^6.3.0",
70
- "spec-xunit-file": "0.0.1-3",
71
"source-map-support": "^0.5.19",
72
"standard-version": "^7.1.0",
73
"through2": "^3.0.1",
test/manual/mocharc.json
@@ -1,4 +1,4 @@
1
{
2
"require": "ts-node/register",
3
4
-}
+ "reporter": "test/tools/reporter/mongodb_reporter.js"
+}
0 commit comments