We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccccbc8 commit addb4f5Copy full SHA for addb4f5
package.json
@@ -72,9 +72,9 @@
72
"build:types": "tsc",
73
"check:atlas": "node test/tools/atlas_connectivity_tests.js",
74
"check:bench": "node test/benchmarks/driverBench",
75
- "check:coverage": "nyc mocha --timeout 60000 --recursive test/{functional,unit}",
+ "check:coverage": "nyc mocha --timeout 60000 --recursive test/functional test/unit",
76
"check:lint": "eslint index.js lib test",
77
- "check:test": "mocha --recursive test/{functional,unit}",
+ "check:test": "mocha --recursive test/functional test/unit",
78
"check:types": "tsc -p tsconfig.check.json",
79
"release": "standard-version -i HISTORY.md",
80
"test": "npm run check:lint && npm run check:test"
0 commit comments