Vue-jest: Why does Vue core recommend using this instead of jest-vue-preprocessor?

Created on 21 Oct 2017  路  1Comment  路  Source: vuejs/vue-jest

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!

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emman27 picture emman27  路  7Comments

rmartins90 picture rmartins90  路  6Comments

vincemukiiri picture vincemukiiri  路  9Comments

nothingismagick picture nothingismagick  路  4Comments

syropian picture syropian  路  4Comments