Upload 5.23
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"eslint": "eslint .",
|
||||
"dev": "NODE_ENV=development nodemon index.js"
|
||||
"dev": "NODE_ENV=development nodemon index.js",
|
||||
"cypress:open": "cypress open",
|
||||
"start:test": "NODE_ENV=test node index.js"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -41,6 +43,8 @@
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"cypress": "^12.15.0",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
"eslint-plugin-jest": "^27.2.2",
|
||||
"nodemon": "^2.0.22"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user