Skip to content

Commit 62e8fba

Browse files
use --quiet for mongo
1 parent 2c8c14c commit 62e8fba

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
@@ -46,7 +46,7 @@
4646
"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'"
4747
},
4848
"config": {
49-
"mongoDev": "mongod --dbpath data",
49+
"mongoDev": "mongod --dbpath data --quiet",
5050
"mocha": "node_modules/mocha/bin/_mocha test/ --recursive --timeout 10000 --exit",
5151
"mochaCoverage": "node_modules/mocha/bin/_mocha -- test/ --recursive --timeout 10000 --exit",
5252
"concurrently": "concurrently --kill-others --success first"

0 commit comments

Comments
 (0)