From 4e68a81d2b5a1e3d787186a2e7f65ecf00c491aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Sat, 11 Jan 2025 23:11:23 +0100 Subject: [PATCH] fix cypress config --- .gitignore | 3 --- cypress.config.ts | 5 ----- 2 files changed, 8 deletions(-) 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, },