Hello,
I'm working on integrating vue-test-utils into my existing project which uses jest and jest-vue-preprocessor.
The vue-test-utils docs say to use this jest-vue package, but I don't understand why I would use one over the other. I'm sure there are significant differences I don't understand.
I'd appreciate any help you can give!
Thanks!
When the docs were written, jest-vue supported source maps and vue-jest didn't. Now they both support source maps, so there isn't a huge difference.
Most helpful comment
When the docs were written, jest-vue supported source maps and vue-jest didn't. Now they both support source maps, so there isn't a huge difference.