Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 646b1a8

Browse files
committed
(deps): support Jest 25 as a peerDep
- no changes needed as there were no breaking changes with Jest 25 - ran a manual test with Jest 25 that passed as well. auto tests will have to wait until TSDX upgrades Jest (and ts-jest etc) - or until we create a test matrix set-up
1 parent e28d583 commit 646b1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"changelog": "changelog-maker"
3737
},
3838
"peerDependencies": {
39-
"jest": "23 - 24"
39+
"jest": "23 - 25"
4040
},
4141
"dependencies": {},
4242
"devDependencies": {

0 commit comments

Comments
 (0)