About unit test sample for Vue #486

Closed
opened 2025-08-09 17:16:28 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @nextsummer33 on 8/20/2017

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.

*Originally created by @nextsummer33 on 8/20/2017* 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#486
No description provided.