This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
Is there any unit test sample that works with Vue?
I tried to add an unit test using karma with Jasmine.
However, Webpack could not compile the typescript file when the following code occured in the file
const component = require('./component.vue.html')
It said that better to use an appropriate loader.
I really need help to write an unit test to test a component.
Thanks.