Checkpoint - WIP of cypress dev

This commit is contained in:
2022-07-25 08:55:29 -05:00
parent 536b4b0c91
commit d0b775ccf0
12 changed files with 517 additions and 1 deletions

View File

@ -64,7 +64,8 @@
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "react-scripts start",
"test": "react-scripts test"
"test": "react-scripts test",
"cypress:open": "cypress open"
},
"eslintConfig": {
"extends": [
@ -92,6 +93,7 @@
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"cypress": "^10.3.1",
"eslint": "8.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-typescript": "2.5.0",