Fix component test config
This commit is contained in:
parent
b5ed40ad71
commit
ac88edf67d
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue