Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Remove cypres
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 19, 2020
1 parent 81e7ef0 commit a25c6d1
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 999 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
'plugin:cypress/recommended',
],
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
Expand Down Expand Up @@ -38,7 +37,7 @@ module.exports = {
},
},
],
plugins: ['react-hooks', '@typescript-eslint', 'cypress'],
plugins: ['react-hooks', '@typescript-eslint'],
settings: {
react: {
version: 'detect', // Tells eslint-plugin-react to automatically detect the version of React to use
Expand All @@ -51,6 +50,5 @@ module.exports = {
browser: true,
node: true,
jest: true,
'cypress/globals': true,
},
}
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ storybook-static
.eslint-cache
.stylelint-cache
tsconfig.tsbuildinfo

cypress/videos
cypress/screenshots
cypress/fixtures/example.json
22 changes: 0 additions & 22 deletions cypress/integration/about.test.ts

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions cypress/support/commands.js

This file was deleted.

15 changes: 0 additions & 15 deletions cypress/support/index.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/tsconfig.json

This file was deleted.

0 comments on commit a25c6d1

Please sign in to comment.