Skip to content

Commit 8aecdf6

Browse files
committed
fix coverage sourcemap
1 parent bb24daf commit 8aecdf6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jest.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'jsdom',
44
modulePathIgnorePatterns: ['dist'],
5+
globals: {
6+
'ts-jest': {
7+
tsconfig: {
8+
sourceMap: true,
9+
},
10+
},
11+
},
512
}

0 commit comments

Comments
 (0)