We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa258e4 + 9e842aa commit c1240d2Copy full SHA for c1240d2
package.json
@@ -117,6 +117,17 @@
117
"moduleNameMapper": {
118
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
119
"\\.(gif|ttf|eot|svg|png)$": "<rootDir>/test/__mocks__/fileMock.js"
120
- }
+ },
121
+ "collectCoverageFrom": [
122
+ "./src/components/*/*.{ts,tsx}",
123
+ "./src/hooks/*.{ts,tsx}",
124
+ "!./src/hooks/index.ts",
125
+ "!./node_modules/**",
126
+ "!./dist/**",
127
+ "!./stories/**",
128
+ "!/vite.config.ts",
129
+ "!./.storybook/**",
130
+ "!./coverage/**"
131
+ ]
132
}
133
0 commit comments