-
Notifications
You must be signed in to change notification settings - Fork 155
Using external css #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We don't support external CSS. A PR would be very welcome! |
I think I've run into a similar (or might be the same) issue.
If I change it to:
Does this look to be the same issue? Edit: Edit2: |
Just opened a PR that reads the src attribute of a style tag so that vue-jest can deal with external css. |
Hello,
I'm looking at adding unit test coverage to my vue app but I'm having trouble fetching my css. I'm currently using external css in my components:
<style module scoped src='./Example.css' />
Which isn't working, I spotted @danielbastos11 's PR adding support for css modules and was wondering if vue-jest can deal with external css yet? If not I'm happy to extend the work in #50 to allow external css files and open a PR for it.
Thanks
The text was updated successfully, but these errors were encountered: