Navigation Menu

Skip to content

Commit

Permalink
remove cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFang committed May 6, 2020
1 parent 211bd24 commit 0ed4ec3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 573 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -24,7 +24,6 @@
"case-sensitive-paths-webpack-plugin": "2.3.0",
"classnames": "^2.2.6",
"css-loader": "3.4.2",
"cypress": "4.5.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
Expand Down Expand Up @@ -79,8 +78,8 @@
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"cors": "lcp --proxyUrl http://hc.xiedaimala.com:8080/ --origin http://localhost:3000 --proxyPartial \"\" --credentials",
"cy:run": "yarn add cypress@4.5.0 && cypress run",
"cy:open": "yarn add cypress@4.5.0 && cypress open"
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 0ed4ec3

Please sign in to comment.