Skip to content

Commit

Permalink
🔧 config(test): Only use tap reporter when running travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 24, 2021
1 parent 791272d commit cfbce58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build-docs": "esdoc",
"build-gh-pages": "npm run build-docs",
"commit-msg": "commitlint --edit",
"cover": "c8 --all --src src --reporter=lcov npm test -- --tap | tap-dot",
"cover": "c8 --all --src src --reporter=lcov npm test",
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
"install-hooks": "husky install",
Expand All @@ -53,7 +53,7 @@
"prepublishOnly": "pinst --disable",
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
"test": "ava",
"travis": "npm run lint-config && npm run lint && npm run cover"
"travis": "npm run lint-config && npm run lint && npm run cover -- -- --tap | tap-dot"
},
"dependencies": {
"@aureooms/js-integer-big-endian": "^11.0.0"
Expand Down

0 comments on commit cfbce58

Please sign in to comment.