diff --git a/.gitignore b/.gitignore index 6fb1a16..e05fd12 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ build node_modules src/react-app-env.d.ts cypress/fixtures/example.json -cypress/plugins/index.js -cypress/support/commands.js -cypress/support/index.js cypress/videos .idea .vscode diff --git a/cypress.config.ts b/cypress.config.ts index ed9c863..b45ce7f 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -5,11 +5,6 @@ export default defineConfig({ viewportHeight: 1024, chromeWebSecurity: false, e2e: { - // We've imported your old cypress plugins here. - // You may want to clean this up later by importing these. - setupNodeEvents(on, config) { - return require('./cypress/plugins/index.js')(on, config) - }, baseUrl: 'http://localhost:3000/#', supportFile: false, },