who uses tests in react anyways
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user