Skip to content

Commit 6c17585

Browse files
authored
Merge pull request #126 from gooditcollective/renovate/major-jest-monorepo
chore(deps): update jest monorepo to v29 (major)
2 parents ba6c71f + 30d40e8 commit 6c17585

3 files changed

Lines changed: 953 additions & 921 deletions

File tree

jest.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
module.exports = {
2-
preset: "ts-jest",
32
testEnvironment: "jsdom",
43
testMatch: ["**/src/**/*.test.ts?(x)"],
54
resolver: "<rootDir>/jest.resolver.cjs",
6-
globals: {
7-
"ts-jest": {
8-
tsconfig: "<rootDir>/tsconfig.jest.json"
9-
}
5+
transform: {
6+
"^.+.tsx?$": ["ts-jest", {tsconfig: "<rootDir>/tsconfig.jest.json"}],
107
}
118
}

0 commit comments

Comments
 (0)