Skip to content

Commit cb8f585

Browse files
committed
fixup! feat: import main.css in Cypress Component Testing page
fix typo
1 parent 3d5f80b commit cb8f585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/cypress-ct/cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import './commands'
2020
// require('./commands')
2121

2222
// Import global styles
23-
import '@/main.css'
23+
import '@/assets/main.css'
2424

2525
import { mount } from 'cypress/vue2'
2626

0 commit comments

Comments
 (0)