Skip to content

Commit d18f58e

Browse files
committed
run tests against local mongodb
1 parent 0e1801e commit d18f58e

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
@@ -50,7 +50,7 @@
5050
"url": "https://github.com/mongodb/node-mongodb-native/issues"
5151
},
5252
"scripts": {
53-
"test": "node test/runner.js -t functional",
53+
"test": "node test/runner.js -t functional -l",
5454
"coverage": "node_modules/.bin/nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
5555
"lint": "eslint lib"
5656
},

0 commit comments

Comments
 (0)