Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong `scss` resources import. #203
Comments
It seems that there are two problems with imports from scss ressources:
While debugging we also where troubled by the silent dropping of files that could not be found (https://github.com/vuejs/vue-jest/blob/v3/lib/compilers/scss-compiler.js#L27). |
If you import scss resources, All imports inside this resources will be broken. It will try to import styles base on Component file, not scss file
https://github.com/MaxKostenko/nuxt-vue-jest