Skip to content

Commit 518a4f5

Browse files
committed
build: temporarily change the version of jest-dom from ^6.4.3 to 6.4.2
- jest-dom v6.4.3 has esm relevant issue, so it makes the test to be failed. - someone has already made the GitHub issue and PR to fix, so fix the version to 6.4.2 temporarily. - testing-library/jest-dom#599
1 parent 5047f64 commit 518a4f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"uuid": "^9.0.1"
3131
},
3232
"devDependencies": {
33-
"@testing-library/jest-dom": "^6.4.2",
33+
"@testing-library/jest-dom": "6.4.2",
3434
"@testing-library/react": "^15.0.3",
3535
"@testing-library/user-event": "^14.5.2",
3636
"@types/node": "^20.12.7",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)