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.
1 parent af4f556 commit 9db81b4Copy full SHA for 9db81b4
jest.config.js
@@ -18,5 +18,12 @@ module.exports = {
18
transformIgnorePatterns: ['node_modules/(?!(html-void-elements)/)'],
19
setupFilesAfterEnv: ['<rootDir>/tests/setup/index.ts'],
20
collectCoverageFrom: ['<rootDir>/packages/**/src/**/*.(ts|tsx)'],
21
- coveragePathIgnorePatterns: ['dist', 'locale'],
+ coveragePathIgnorePatterns: [
22
+ 'dist',
23
+ 'locale',
24
+ 'index.ts',
25
+ 'config.ts',
26
+ 'browser-polyfill.ts',
27
+ 'node-polyfill.ts',
28
+ ],
29
}
0 commit comments