Skip to content

Commit 9e044b4

Browse files
committed
chore(deps-dev): bumping to typescript 5
1 parent d199843 commit 9e044b4

4 files changed

Lines changed: 1485 additions & 1597 deletions

File tree

jest.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
/** @type { import('@jest/types').Config.InitialOptions } */
22
module.exports = {
33
collectCoverage: false,
4-
globals: {
5-
'ts-jest': {
6-
isolatedModules: true,
7-
},
8-
},
94
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
105
modulePathIgnorePatterns: ['<rootDir>/dist'],
116
resetMocks: true,
127
resetModules: true,
138
testEnvironment: 'node',
149
testRegex: ['.+\\.test\\.tsx?$'],
1510
transform: { '^.+\\.tsx?$': 'ts-jest' },
16-
// verbose: true,
1711
};

0 commit comments

Comments
 (0)