Skip to content

Commit

Permalink
build: fix jest createRoot warning
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Aug 11, 2023
1 parent 74d26c0 commit 1f62d4f
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 30 deletions.
1 change: 1 addition & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* https://jestjs.io/docs/configuration
*/

/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
clearMocks: true,
preset: 'ts-jest',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@babel/runtime": "^7.22.10",
"@rollup/plugin-typescript": "^8.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
Loading

0 comments on commit 1f62d4f

Please sign in to comment.