Skip to content
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: support for class component mixins #334

Merged
merged 1 commit into from
May 5, 2021
Merged

Fix: support for class component mixins #334

merged 1 commit into from
May 5, 2021

Conversation

Evertvdw
Copy link
Contributor

@Evertvdw Evertvdw commented May 4, 2021

Fix for using class component with mixins and also for importing
Vue from vue-property-decorator instead of vue-class-component.

See for more details: vuejs/test-utils#544

Fix for using class component with mixins and also for importing
Vue from vue-property-decorator instead of vue-class-component.
@Evertvdw
Copy link
Contributor Author

Evertvdw commented May 4, 2021

@lmiller1990 Any chance you can take a look at this?

Copy link
Member

@lmiller1990 lmiller1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job figuring this out! This is probably the most confusing part of the code base.

@Evertvdw
Copy link
Contributor Author

Evertvdw commented May 5, 2021

Thanks! Credits to you though, without your video on debugging this earlier I wouldn't have gotten there ;)

@lmiller1990
Copy link
Member

lmiller1990 commented May 5, 2021

I should make some more videos explaining how this code base (and Test Utils) work - at the moment neither of them is very approachable (especially this code base - this is one of the most complex Jest transformers out there).

I'll wait until the end of the week and do a release... hopefully we can get this issue fixed and merged, too, and it can go out.

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

Successfully merging this pull request may close these issues.

3 participants