Browse Source
Merge pull request #779 from mrfelton/test/disable-text-reporter
test(coverage): disable text coverage reporter
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
package.json
|
@ -172,7 +172,6 @@ |
|
|
"coverageReporters": [ |
|
|
"coverageReporters": [ |
|
|
"json", |
|
|
"json", |
|
|
"lcov", |
|
|
"lcov", |
|
|
"text", |
|
|
|
|
|
"html" |
|
|
"html" |
|
|
], |
|
|
], |
|
|
"moduleNameMapper": { |
|
|
"moduleNameMapper": { |
|
|