Skip to content

Commit f19a328

Browse files
committed
test(config): remove test files from coverage
1 parent faaf406 commit f19a328

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)