Skip to content

Commit e9ff87e

Browse files
committed
tweak code cov
1 parent 703c610 commit e9ff87e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ module.exports = {
88
],
99
snapshotSerializers: ['@relmify/jest-serializer-strip-ansi/always'],
1010
clearMocks: true,
11+
collectCoverageFrom: [
12+
"src/**/*.{js,jsx,ts,tsx}",
13+
"!src/**/__tests__/**",
14+
"!src/**/*.test.js",
15+
"!src/test-utils/**", // Exclude setup files
16+
],
1117
};

0 commit comments

Comments
 (0)