Skip to content

Commit f35ff2c

Browse files
committed
Use compatible versions of jest and jest-circus
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
1 parent af4f7e0 commit f35ff2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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)