Skip to content

Commit a90f7f7

Browse files
committed
test(NODE-4160): grep out the aws lambda tests
1 parent 02f0a8b commit a90f7f7

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
@@ -105,7 +105,7 @@
105105
"check:tsd": "tsd --version && tsd",
106106
"check:dependencies": "mocha test/action/dependency.test.ts",
107107
"check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
108-
"check:test": "mocha --config test/mocha_mongodb.json test/integration",
108+
"check:test": "mocha --config test/mocha_mongodb.json test/integration --grep 'AWS Lambda Examples' --invert",
109109
"check:unit": "mocha test/unit",
110110
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
111111
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",

0 commit comments

Comments
 (0)