diff --git a/client/cypress/support/component.ts b/client/cypress/support/component.ts index 2efd8572..cd4d87a8 100644 --- a/client/cypress/support/component.ts +++ b/client/cypress/support/component.ts @@ -20,7 +20,7 @@ import './commands'; // require('./commands') import { mount } from 'cypress/vue'; -import '@/main.js'; +import '@/main.ts'; // Augment the Cypress namespace to include type definitions for // your custom command.