Skip to content

Commit

Permalink
fix(jest): rollback Jest
Browse files Browse the repository at this point in the history
Rollback jest to node 17.x compatible version.
  • Loading branch information
bhough committed Feb 1, 2024
1 parent 97f60c3 commit 959b305
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 490 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -89,7 +89,7 @@
"flow-bin": "^0.133.0",
"flow-copy-source": "^2.0.8",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest": "^27.5.1",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^12.3.7",
"npm-watch": "^0.11.0",
Expand Down

0 comments on commit 959b305

Please sign in to comment.