Skip to content

Commit

Permalink
fix(jest): adjust jest dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Feb 1, 2024
1 parent 959b305 commit a7e3dee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 307 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -90,7 +90,6 @@
"flow-copy-source": "^2.0.8",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^12.3.7",
"npm-watch": "^0.11.0",
"prettier": "^3.2.4",
Expand All @@ -113,11 +112,9 @@
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"testURL": "http://localhost/",
"verbose": true,
"testEnvironment": "jsdom",
"testEnvironmentOptions": {
"url": "http://localhost/"
}
"testEnvironment": "jsdom"
},
"collective": {
"type": "opencollective",
Expand Down

0 comments on commit a7e3dee

Please sign in to comment.