-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fix source maps for vue2-jest #486
Conversation
CI is failing - can you take a look? |
@lmiller1990 I've fixed the test issues, it was a path mismatch between my machine and the github CI agent. Can you pls re-run the CI? I don't have the permissions to do so. |
@NikhilVerma @lmiller1990 im using vue2-jest but not using typescript, im also having source map issues. Wondering will this fix it for ?.. |
Looks good, I'll leave this open until I've got bandwidth to release, that should be in the next few days. Ping me if it does not happen. @john-maddock no idea, you could test it out by just copy pasting the changes into your node_modules/vue-jest directory - no need to compile, it's regular JS. |
Let's wait for #483 to merge, then I'll merge this and release the new version. |
Let's just ship this. |
The code has been borrowed from vue3-jest
For me this fixes: #474