ktsn / vue-template-loader

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

Setup for Jest when using decorator #53

Closed molnarbence closed 5 years ago

molnarbence commented 5 years ago

I'm trying to setup Jest unit testing, but I don't know how to configure to use vue-template-loader for loading html files when running tests. Can you please help me with that?

ktsn commented 5 years ago

It does not seem the issue of this loader since Jest does not use webpack. You may want to set up your mock for html files. https://jestjs.io/docs/en/webpack