ktsn / vue-template-loader

Vue.js 2.0 template loader for webpack
MIT License
266 stars 26 forks source link

This is not working in jest #57

Open tflori opened 5 years ago

tflori commented 5 years ago

So far. Great work! Thanks a lot. Finally I can write typescript components without the clients to compile the template!

Unfortunately this is not working in jest - obvious.

It would be great to include a process method in the main script - that's all jest transformers need.

I created a small library for it but I'm unable to maintain it and it is by far not complete: https://www.npmjs.com/package/vue-template-loader-jest

snake-py commented 2 years ago

Any updates on this?