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 4019659 commit 36c6131Copy full SHA for 36c6131
package.json
@@ -120,7 +120,7 @@
120
"check:tsd": "tsd --version && tsd",
121
"check:dependencies": "mocha test/action/dependency.test.ts",
122
"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",
+ "check:test": "mocha --config test/mocha_mongodb.json test/integration",
124
"check:unit": "mocha test/unit",
125
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
126
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",
0 commit comments