Upload 5.23

This commit is contained in:
Andrew Trieu
2023-06-22 16:11:10 +03:00
parent 24a4e4cc2f
commit d73c3d8d48
15 changed files with 2545 additions and 33 deletions

View File

@@ -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"
},