Skip to content

Commit

Permalink
Skip broken package version
Browse files Browse the repository at this point in the history
@testing-library/jest-dom has an issue with an import in version 6.6.0.
testing-library/jest-dom#641
There is already a pull request to fix this, but for now we can unblock
by excluding this broken version.
  • Loading branch information
jamesobrooks committed Oct 16, 2024
1 parent b02b0bf commit ed53810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions user-interface/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion user-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-select": "^5.8.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": ">6.4.8 <6.6.0 || >6.6.0 <7.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
Expand Down

0 comments on commit ed53810

Please sign in to comment.