Skip to content

Commit

Permalink
npm run coverage: Switch to the spec reporter so it's easier to see w…
Browse files Browse the repository at this point in the history
…hich reference image tests fail
  • Loading branch information
papandreou committed Jul 12, 2020
1 parent 3c21da3 commit 46e6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint . && prettier --check '**/*.js'",
"test": "mocha && npm run lint",
"travis": "npm run coverage && npm run lint",
"coverage": "nyc --reporter=lcov --reporter=text -- mocha --reporter dot",
"coverage": "nyc --reporter=lcov --reporter=text -- mocha",
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"bin": {
Expand Down

0 comments on commit 46e6d38

Please sign in to comment.