Skip to content

Commit

Permalink
Merge pull request #126 from gooditcollective/renovate/major-jest-mon…
Browse files Browse the repository at this point in the history
…orepo

chore(deps): update jest monorepo to v29 (major)
  • Loading branch information
mxseev authored Sep 12, 2022
2 parents ba6c71f + 30d40e8 commit 6c17585
Show file tree
Hide file tree
Showing 3 changed files with 953 additions and 921 deletions.
7 changes: 2 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "jsdom",
testMatch: ["**/src/**/*.test.ts?(x)"],
resolver: "<rootDir>/jest.resolver.cjs",
globals: {
"ts-jest": {
tsconfig: "<rootDir>/tsconfig.jest.json"
}
transform: {
"^.+.tsx?$": ["ts-jest", {tsconfig: "<rootDir>/tsconfig.jest.json"}],
}
}
Loading

1 comment on commit 6c17585

@vercel
Copy link

@vercel vercel bot commented on 6c17585 Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.