Browse Source

test(coverage): disable text coverage reporter

The txt coverage reporter generates a lot of output that makes it hard
to see the actual test results without scrolling up a lot first.
We already have the html reporter setup and an npm script to enable
easy viewing of the data (`yarn coverage`) so the text reporter isn't
adding anything useful.
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
7ebbf61d9e
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 1
      package.json

1
package.json

@ -172,7 +172,6 @@
"coverageReporters": [ "coverageReporters": [
"json", "json",
"lcov", "lcov",
"text",
"html" "html"
], ],
"moduleNameMapper": { "moduleNameMapper": {

Loading…
Cancel
Save