diff --git a/cypress.config.js b/cypress.config.js index a77a5b8b4..9270eeb04 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -13,11 +13,6 @@ module.exports = defineConfig({ viewportHeight: 800, viewportWidth: 1280, e2e: { - // We've imported your old cypress plugins here. - // You may want to clean this up later by importing these. - setupNodeEvents(on, config) { - on("file:preprocessor", config); - }, baseUrl: "http://localhost:3000", specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", },