diff --git a/cypress.config.ts b/cypress.config.ts index 4b233b3b6..77ab2db8b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ // 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) + return require('./cypress/plugins/index.ts')(on, config) }, baseUrl: 'http://localhost:4173', specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',