Skip to content

Commit 36c6131

Browse files
committed
test: bring back original script
1 parent 4019659 commit 36c6131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"check:tsd": "tsd --version && tsd",
121121
"check:dependencies": "mocha test/action/dependency.test.ts",
122122
"check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
123-
"check:test": "mocha --full-trace --bail --config test/mocha_mongodb.json test/integration",
123+
"check:test": "mocha --config test/mocha_mongodb.json test/integration",
124124
"check:unit": "mocha test/unit",
125125
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
126126
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",

0 commit comments

Comments
 (0)