-
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(vue2-jest): interop custom transformer require #390
base: master
Are you sure you want to change the base?
fix(vue2-jest): interop custom transformer require #390
Conversation
interop custom transformer require. Some transformers may not interop correctly when requiring, return `transformer.default` or `transformer`. fixes vuejs#383
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing as in #391 : a test would be great!
Any chance of a test for this? Or maybe someone else can pick it up? |
@lmiller1990 sorry not had a chance to pick up yet. I'll be picking up shortly |
I wonder if we still need this? Is this still an issue on Jest 29 + Vue 2 + vue/vue2-jest@29? |
@lmiller1990 i'll mark the PR as draft. It may not be needed but yet to upgrade jest to that version. |
interop custom transformer require. Some transformers may not interop correctly when requiring, return
transformer.default
ortransformer
.@vue/vue3-jest fix: #391
fixes #383