Skip to content

Commit c0cbc5b

Browse files
committed
collect coverage from
Signed-off-by: Adam Setch <[email protected]>
1 parent aee2b0f commit c0cbc5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const config: Config = {
55
setupFilesAfterEnv: ['<rootDir>/src/renderer/__helpers__/jest.setup.ts'],
66
testEnvironment: 'jsdom',
77
collectCoverage: true,
8+
collectCoverageFrom: ['src/**/*', '!**/__snapshots__/**'],
89
moduleNameMapper: {
910
// Force CommonJS build for http adapter to be available.
1011
// via https://github.com/axios/axios/issues/5101#issuecomment-1276572468

0 commit comments

Comments
 (0)