File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
14
14
clearMocks : true ,
15
15
16
16
// Indicates whether the coverage information should be collected while executing the test
17
- collectCoverage : false ,
17
+ collectCoverage : true ,
18
18
19
19
// An array of glob patterns indicating a set of files for which coverage information should be collected
20
20
// collectCoverageFrom: undefined,
@@ -23,9 +23,10 @@ export default {
23
23
coverageDirectory : "coverage" ,
24
24
25
25
// An array of regexp pattern strings used to skip coverage collection
26
- // coveragePathIgnorePatterns: [
27
- // "\\\\node_modules\\\\"
28
- // ],
26
+ coveragePathIgnorePatterns : [
27
+ "node_modules" ,
28
+ "tests" ,
29
+ ] ,
29
30
30
31
// Indicates which provider should be used to instrument code for coverage
31
32
coverageProvider : "v8" ,
You can’t perform that action at this time.
0 commit comments