-
Notifications
You must be signed in to change notification settings - Fork 257
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: Add props to stubs for built-in components #1767
fix: Add props to stubs for built-in components #1767
Conversation
✅ Deploy Preview for vue-test-utils-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vue-test-utils-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
LGTM 👍
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.
Good work. Thank you 👍
@wolfgangwalther The build is failing. Ping me when you managed to fix it, and I'll merge the PR |
Signed-off-by: Wolfgang Walther <[email protected]>
@cexbrayat I don't really know typescript. While this should build now, I'm not sure whether that's a proper fix at all. |
I'll push an additional commit to slighly refactor. thanks @wolfgangwalther ! |
The stubs for
<transition>
,<transition-group>
and<teleport>
don't have any props defined, which currently makes it impossible to test for those to be set correctly.Took the props to add from https://vuejs.org/api/built-in-components.html.