Skip to content

Commit f35ff2c

Browse files
committed
Use compatible versions of jest and jest-circus
Signed-off-by: Akhil Mohan <[email protected]>
1 parent af4f7e0 commit f35ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-jest": "^27.6.0",
4040
"eslint-plugin-prettier": "^5.1.2",
4141
"jest": "^27.1.1",
42-
"jest-circus": "^29.7.0",
42+
"jest-circus": "^27.0.1",
4343
"js-yaml": "^4.1.0",
4444
"prettier": "3.1.0",
4545
"ts-jest": "^27.0.5",

0 commit comments

Comments
 (0)