File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 105
105
"check:tsd" : " tsd --version && tsd" ,
106
106
"check:dependencies" : " mocha test/action/dependency.test.ts" ,
107
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 --grep 'AWS Lambda Examples' --invert " ,
108
+ "check:test" : " mocha --config test/mocha_mongodb.json test/integration" ,
109
109
"check:unit" : " mocha test/unit" ,
110
110
"check:ts" : " node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit" ,
111
111
"check:atlas" : " mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js" ,
Original file line number Diff line number Diff line change 14
14
"failZero" : true ,
15
15
"reporter" : " test/tools/reporter/mongodb_reporter.js" ,
16
16
"sort" : true ,
17
- "color" : true
17
+ "color" : true ,
18
+ "ignore" : [
19
+ " test/integration/node-specific/examples/handler.js" ,
20
+ " test/integration/node-specific/examples/handler.test.js" ,
21
+ " test/integration/node-specific/examples/aws_handler.js" ,
22
+ " test/integration/node-specific/examples/aws_handler.test.js" ,
23
+ " test/integration/node-specific/examples/setup.js"
24
+ ]
18
25
}
You can’t perform that action at this time.
0 commit comments