Skip to content

Commit 44f6f39

Browse files
committed
chore(jest): use even more ignore patterns
it keeps adding back some tests to coverage results :/
1 parent 738059b commit 44f6f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
"jest": {
6969
"collectCoverage": true,
7070
"coveragePathIgnorePatterns": [
71-
"<rootDir>/test/.*.js"
71+
"<rootDir>/test/*.js",
72+
"<rootDir>/test/.*.js",
73+
"<rootDir>/test/*/*.js"
7274
]
7375
}
7476
}

0 commit comments

Comments
 (0)