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 a93a75f commit a8f32f2Copy full SHA for a8f32f2
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 --config test/mocha_mongodb.json test/integration",
+ "check:test": "mocha --bail --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