Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Dec 22, 2020
1 parent 6f5b8cc commit ec82485
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ node_modules
.idea
public

cypress/videos
cypress/screenshots
.env
.netlify
*.ignored*
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ node_modules
.DS_Store
public

cypress/videos
cypress/screenshots
.env

.netlify
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/.eslintrc

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/e2e/smoke.js

This file was deleted.

1 change: 0 additions & 1 deletion cypress/fixtures/example.json

This file was deleted.

4 changes: 0 additions & 4 deletions cypress/plugins/index.js

This file was deleted.

1 change: 0 additions & 1 deletion cypress/support/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[[plugins]]
package = "netlify-plugin-gatsby-cache"

[[plugins]]
package = "netlify-plugin-cypress"

[build]
command = "npm run netlify"
functions = "public/functions/"
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,15 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@netlify/zip-it-and-ship-it": "^1.5.1",
"@testing-library/cypress": "^7.0.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/user-event": "^12.5.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.8.0",
"cypress": "^6.1.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.15.0",
"eslint-config-kentcdodds": "^17.3.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-jest": "^24.1.3",
"husky": "^4.3.5",
"identity-obj-proxy": "^3.0.0",
Expand Down Expand Up @@ -114,8 +111,6 @@
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
"cy": "is-ci \"test:e2e\" \"cy:open\"",
"cy:open": "cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:5020 cypress run",
"test:e2e": "start-server-and-test start http://localhost:5020 cy:run",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit ec82485

Please sign in to comment.