Skip to content

Commit

Permalink
chore: remove more cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 26, 2024
1 parent ceca997 commit 002ba40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"scripts": {
"build": "vite build",
"copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets",
"cypress:open": "cypress open",
"cypress:run": "npm start:ci & wait-on --delay 1000 -v --timeout 10000 tcp:5173 && cypress run",
"dev": "npm start",
"format": "prettier . --write",
"lint": "eslint .",
Expand Down Expand Up @@ -55,7 +53,6 @@
}
},
"plugins": [
"cypress",
"react",
"prettier",
"import",
Expand All @@ -71,10 +68,6 @@
"plugin:jsx-a11y/recommended",
"prettier"
],
"globals": {
"Cypress": true,
"cy": true
},
"ignorePatterns": [
"dist/**"
]
Expand Down

0 comments on commit 002ba40

Please sign in to comment.