Skip to content

Commit 4ec3e61

Browse files
committed
Sync with master
1 parent 82a9236 commit 4ec3e61

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.mocharc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"ui": "test/tools/runner/metadata_ui.js",
66
"reporter": "test/tools/reporter/mongodb_reporter.js",
77
"recursive": true,
8-
"timeout": 60000,
9-
"reporter": "spec-xunit-file"
8+
"timeout": 60000
109
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"sinon": "^4.3.0",
6868
"sinon-chai": "^3.2.0",
6969
"snappy": "^6.3.0",
70-
"spec-xunit-file": "0.0.1-3",
7170
"source-map-support": "^0.5.19",
7271
"standard-version": "^7.1.0",
7372
"through2": "^3.0.1",

test/manual/mocharc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"require": "ts-node/register",
3-
"reporter": "spec-xunit-file"
4-
}
3+
"reporter": "test/tools/reporter/mongodb_reporter.js"
4+
}

0 commit comments

Comments
 (0)