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 2c8c14c commit 62e8fbaCopy full SHA for 62e8fba
package.json
@@ -46,7 +46,7 @@
46
"coverage": "npm run clear && $npm_package_config_concurrently '$npm_package_config_mongoDev &>/dev/null' 'wait-on tcp:27017 && NODE_ENV=test istanbul cover $npm_package_config_mochaCoverage'"
47
},
48
"config": {
49
- "mongoDev": "mongod --dbpath data",
+ "mongoDev": "mongod --dbpath data --quiet",
50
"mocha": "node_modules/mocha/bin/_mocha test/ --recursive --timeout 10000 --exit",
51
"mochaCoverage": "node_modules/mocha/bin/_mocha -- test/ --recursive --timeout 10000 --exit",
52
"concurrently": "concurrently --kill-others --success first"
0 commit comments