Skip to content

Commit

Permalink
Add react testing library & jest-environment-jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnathan Bell authored and Johnathan Bell committed Dec 10, 2024
1 parent aef493c commit 3bcbb5c
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 75 deletions.
205 changes: 130 additions & 75 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "7.25.9",
"@testing-library/jest-native": "4.0.13",
"@testing-library/react": "16.1.0",
"@testing-library/react-native": "7.2.0",
"@types/jest": "27.5.2",
"@types/react": "~18.0.0",
Expand All @@ -102,6 +103,7 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-native": "3.11.0",
"jest": "^26.6.3",
"jest-environment-jsdom": "26.6.2",
"jest-expo": "^46.0.0",
"jest-fetch-mock": "3.0.3",
"node-abort-controller": "3.1.1",
Expand Down

0 comments on commit 3bcbb5c

Please sign in to comment.