Skip to content

Commit

Permalink
➕ add Jest & testing-library types (#1051)
Browse files Browse the repository at this point in the history
We should be getting these from the
testing library package, but for some
reason we are not with pnpm v7
  • Loading branch information
SvSven authored May 31, 2022
1 parent 56326f6 commit 535efd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-instantsearch": "^6.10.1",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/styled-components": "^5.1.24",
"@types/testing-library__jest-dom": "^5.14.3",
"babel-plugin-styled-components": "^2.0.6",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
Expand Down

0 comments on commit 535efd0

Please sign in to comment.