File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const config = {
36
36
coverageProvider : "v8" ,
37
37
38
38
// A list of reporter names that Jest uses when writing coverage reports
39
- coverageReporters : [ ] ,
39
+ coverageReporters : [ "text-summary" ] ,
40
40
41
41
// An object that configures minimum threshold enforcement for coverage results
42
42
coverageThreshold : {
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"patch" : " npx patch-package" ,
13
13
"test" : " jest" ,
14
- "test:coverage" : " jest --coverageReporters=html" ,
14
+ "test:coverage" : " jest --runInBand -- coverageReporters=html --coverageReporters=text-summary " ,
15
15
"test:remove-inline-snapshots" : " npx replace '\\ .toMatchInlineSnapshot\\ (\\ s*`[\\ s\\ S]*?`\\ s*\\ );' '.toMatchInlineSnapshot();' test -r --include='*.test.js'" ,
16
16
"lint" : " npm run prettier && npm run eslint && npm run jsdoc" ,
17
17
"lint:fix" : " npm run prettier:fix && npm run eslint:fix" ,
You can’t perform that action at this time.
0 commit comments