Skip to content

Commit 8784bd2

Browse files
authored
chore: Fix reported vulnerabilities (#69)
1 parent 0ff3490 commit 8784bd2

File tree

2 files changed

+304
-377
lines changed

2 files changed

+304
-377
lines changed

jest.config.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ module.exports = {
22
moduleFileExtensions: ['ts', 'js'],
33
testMatch: ['**/*.test.ts'],
44
transform: {
5-
'^.+.ts$': '<rootDir>/node_modules/ts-jest/preprocessor.js',
6-
},
7-
globals: {
8-
'ts-jest': {
9-
skipBabel: true,
10-
},
5+
'^.+.ts$': ['ts-jest', {
6+
tsconfig: 'tsconfig.json',
7+
}],
118
},
129
}

0 commit comments

Comments
 (0)