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 02f0a8b commit a90f7f7Copy full SHA for a90f7f7
package.json
@@ -105,7 +105,7 @@
105
"check:tsd": "tsd --version && tsd",
106
"check:dependencies": "mocha test/action/dependency.test.ts",
107
"check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
108
- "check:test": "mocha --config test/mocha_mongodb.json test/integration",
+ "check:test": "mocha --config test/mocha_mongodb.json test/integration --grep 'AWS Lambda Examples' --invert",
109
"check:unit": "mocha test/unit",
110
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
111
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",
0 commit comments