-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Use Jest and vue-test-utils #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
You have my vote :-P |
I've made a PR to replace karma and mocha. I'll make another PR to add vue-test-utils when it's release |
I've created a vue jest preprocessor that adds source maps. In light of the patent drama, are we still happy to go ahead with replacing Karma and mocha with Jest? |
This was referenced Nov 1, 2017
Okay so we got jest included - go get that 1.0.0 release for vue-test-utils and we can close this :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to make a PR that replaces mocha and karma with Jest, as well as adding vue-test-utils to the project.
The reasons for Jest over Karma/ mocha:
Another issue is requiring everything the
src
directory. This installs vue-router, which adds$route
as a read only property to the global Vue class. This means people can't stub $route in tests, and if you don't know all the files are required before running the tests, it can be difficult to debugThe text was updated successfully, but these errors were encountered: