Fix component test config

This commit is contained in:
Ramon Wenger 2023-12-05 15:54:34 +01:00
parent b5ed40ad71
commit ac88edf67d
1 changed files with 1 additions and 1 deletions

View File

@ -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.