Skip to content

Commit cb68c10

Browse files
committed
chore(coverage): fix ignore paths for jest
1 parent 60f7487 commit cb68c10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"jest": {
6969
"collectCoverage": true,
7070
"coveragePathIgnorePatterns": [
71-
"<rootDir>/test/*.js"
71+
"<rootDir>/test/*.js",
72+
"<rootDir>/test/*/*.js"
7273
]
7374
}
7475
}

0 commit comments

Comments
 (0)