Skip to content

Commit 0c5af78

Browse files
committed
chore(deps-dev): bumping deps
1 parent 7249f18 commit 0c5af78

File tree

3 files changed

+1450
-1316
lines changed

3 files changed

+1450
-1316
lines changed

jest.config.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} */
2+
13
module.exports = {
24
coveragePathIgnorePatterns: ['/dist', '/node_modules'],
3-
globals: {
4-
'ts-jest': {
5-
tsconfig: '__tests__/tsconfig.json',
6-
},
7-
},
85
modulePaths: ['<rootDir>'],
9-
preset: 'ts-jest/presets/js-with-ts',
106
roots: ['<rootDir>'],
117
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$',
12-
transform: {},
8+
transform: {
9+
'^.+\\.[tj]s$': [
10+
'ts-jest',
11+
{
12+
tsconfig: '__tests__/tsconfig.json',
13+
},
14+
],
15+
},
1316
};

0 commit comments

Comments
 (0)