Skip to content

Commit f0c62d3

Browse files
author
Phil Hess
committed
Add scss files to test coverage ignore
1 parent a81fb9d commit f0c62d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"collectCoverageFrom": [
9696
"src/**/*.ts*",
9797
"!src/**/*.stories.ts*",
98-
"!src/tests/**/*"
98+
"!src/tests/**/*",
99+
"!src/**/*.scss"
99100
],
100101
"moduleNameMapper": {
101102
"react-spring": "<rootDir>/node_modules/react-spring/web.cjs",

0 commit comments

Comments
 (0)