Skip to content

Commit 0bf92a6

Browse files
committed
fix: bring back compatibility with any jest version in test package
1 parent 1dd27ea commit 0bf92a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/helper-hoist-variables": "^7.24.7",
1414
"@callstack/eslint-config": "link:..",
15-
"jest": "^29",
15+
"jest": "*",
1616
"left-pad": "*",
1717
"typescript": "^4.8.2"
1818
},

test/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5416,7 +5416,7 @@ jest-worker@^29.7.0:
54165416
merge-stream "^2.0.0"
54175417
supports-color "^8.0.0"
54185418

5419-
jest@^29:
5419+
jest@*:
54205420
version "29.7.0"
54215421
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
54225422
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==

0 commit comments

Comments
 (0)