Skip to content

Commit

Permalink
test(package): make test output more cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Jan 31, 2021
1 parent d47944d commit 48d1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch": "rollup --config --watch",
"bundle-check": "ANALYZE_BUNDLE=true rollup --config",
"release": "MINIMIZE=true rollup --config",
"test": "jest ./src --coverage",
"test": "jest ./src --coverage --silent",
"test:debug": "node --inspect node_modules/.bin/jest ./src --runInBand",
"test:watch": "jest ./src --watch",
"lint": "eslint *.js ./src",
Expand Down

0 comments on commit 48d1804

Please sign in to comment.