From ac88edf67db6db492a51910451fb1bc8ee09bf11 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 5 Dec 2023 15:54:34 +0100 Subject: [PATCH] Fix component test config --- client/cypress/support/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.