who uses tests in react anyways

This commit is contained in:
Elijah Lucian
2021-04-15 20:11:59 -06:00
parent 7cb59dc957
commit b1209dd1d1
3 changed files with 52 additions and 304 deletions
+2 -5
View File
@@ -3,12 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@dank-inc/data-buddy": "^0.1.4",
"@dank-inc/use-get": "^0.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@dank-inc/data-buddy": "^0.2.0",
"@dank-inc/use-get": "^0.3.3",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
@@ -25,7 +23,6 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"deploy": "npm run build && mv ./build ../server/static",
"lint": "tsc",
"eject": "react-scripts eject"