Component testing with vue and vite is not loading the viteConfig #24794
Unanswered
jeevananthank
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Component testing with vue and vite is not loading the viteConfig
Have recently update to Cypress 11 and have updated cypress.config.ts like below for component testing.
But upon running the tests, the alias defined in viteConfig is not loaded and the component tests fails with message
failed to resolve import "@/style/global.scss"
Beta Was this translation helpful? Give feedback.
All reactions