We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Slots are a pain point in VTU beta. We should make sure there are tests for all the cases, and they all work as expected.
Ref: slots specs in VTU beta: https://github.com./vuejs/vue-test-utils/blob/dev/test/specs/mounting-options/slots.spec.js
We should port the ones that are relevant to this codebase.
NOTE: slots and scoped slots are now the same thing in Vue 3.
The text was updated successfully, but these errors were encountered:
We have basic support:
https://vuejs.github.io/vue-test-utils-next-docs/api/#slots
We should support { template: "<div />" } as well. I could not get this working but I will try again soon.
{ template: "<div />" }
Sorry, something went wrong.
@dobromir-hristov is there anything else we need to look into for slots? I believe you made a PR around this already.
Yeah, helpers at most.
No branches or pull requests
Slots are a pain point in VTU beta. We should make sure there are tests for all the cases, and they all work as expected.
Ref: slots specs in VTU beta: https://github.com./vuejs/vue-test-utils/blob/dev/test/specs/mounting-options/slots.spec.js
We should port the ones that are relevant to this codebase.
NOTE: slots and scoped slots are now the same thing in Vue 3.
The text was updated successfully, but these errors were encountered: