vuejs / vue-jest

Jest Vue transformer
MIT License
746 stars 157 forks source link

Vue 3 TS + Jest + Vue Jest unable to resolve dependency tree #376

Closed horia16 closed 3 years ago

horia16 commented 3 years ago

What happens when we run npm install vue-jest@next --save-dev: image

Dependencies: image

Also downgrading or forcing a lower version of jest does not work image

It will not load the transformer either way and not recognize the module.

alexrafuse commented 3 years ago

Did you fix this? I'm running into the same issue.