Skip to content

Commit 8d52929

Browse files
build: update ts-jest config
1 parent 9858a8c commit 8d52929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
collectCoverageFrom: ['src/**/*.ts', '!src/**/index.ts', '!src/**/*.interface.ts'],
55
globals: {
66
'ts-jest': {
7-
tsConfig: 'tsconfig.spec.json',
7+
tsconfig: 'tsconfig.spec.json',
88
},
99
},
1010
};

0 commit comments

Comments
 (0)