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

About unit test sample for Vue #1213

Closed
nextsummer33 opened this issue Aug 20, 2017 · 3 comments
Closed

About unit test sample for Vue #1213

nextsummer33 opened this issue Aug 20, 2017 · 3 comments

Comments

@nextsummer33
Copy link

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.

@agrcrobles
Copy link
Contributor

agrcrobles commented Aug 21, 2017

It looks like it's typescript that doesn't compile.

Did you try it with jest?

https://github.com/locoslab/vue-typescript-jest

@nextsummer33
Copy link
Author

@agrcrobles I will take a look, thanks for the suggestion. Hope it works.

@SteveSandersonMS
Copy link
Member

Thanks for the answer @agrcrobles!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants