Skip to content

Commit

Permalink
chore: don't suppress snyk output
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Grander committed Jul 25, 2016
1 parent b9d6adf commit c824d13
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 @@ -12,7 +12,7 @@
"travis-coverage": "node_modules/tap/node_modules/.bin/nyc report --reporter=text-lcov | node_modules/tap/node_modules/.bin/coveralls",
"coverage": "tap --cov --coverage-report=lcov test/*.test.js",
"tap": "COVERALLS_REPO_TOKEN=0 tap --timeout=60 --cov --coverage-report=text-summary test/*.test.js",
"test": "npm run check-tests && npm run lint && npm run tap && node cli/index.js test -q",
"test": "npm run check-tests && npm run lint && npm run tap && node cli/index.js test",
"test:babel": "babel test/*.js -d . && COVERALLS_REPO_TOKEN=0 tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary test/*.test.js",
"lint": "jscs cli/*.js cli/**/*.js lib/*.js -v",
"check-tests": "! grep 'test\\.only' test/*.test.js -n",
Expand Down

0 comments on commit c824d13

Please sign in to comment.