Skip to content

Commit c4ca300

Browse files
committed
Update dependencies
1 parent 6a27210 commit c4ca300

File tree

4 files changed

+1544
-1678
lines changed

4 files changed

+1544
-1678
lines changed

example/package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jest.config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
12
module.exports = {
2-
preset: 'ts-jest',
33
testEnvironment: 'jsdom',
44
testMatch: ['**/__tests__/**/*.[jt]s?(x)'],
55
testPathIgnorePatterns: ['<rootDir>/__tests__/shim.ts', '<rootDir>/__tests__/helpers/', '<rootDir>/node_modules/'],
6-
globals: {
7-
'ts-jest': {
8-
tsconfig: 'tsconfig.test.json',
9-
},
6+
transform: {
7+
'\\.[jt]sx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
108
},
119
collectCoverage: true,
1210
};

0 commit comments

Comments
 (0)