Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main.css
1 parent e08d04e commit 732547cCopy full SHA for 732547c
template/config/cypress-ct/cypress/support/component.js
@@ -19,6 +19,9 @@ import './commands'
19
// Alternatively you can use CommonJS syntax:
20
// require('./commands')
21
22
+// Import global styles
23
+import '@/main.css'
24
+
25
import { mount } from 'cypress/vue'
26
27
Cypress.Commands.add('mount', mount)
template/config/cypress-ct/cypress/support/component.ts
// Augment the Cypress namespace to include type definitions for
0 commit comments