Closed
Description
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