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.
Hello,
I'm working on integrating
vue-test-utils
into my existing project which usesjest
andjest-vue-preprocessor
.The
vue-test-utils
docs say to use thisjest-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!