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
Describe the bug Extending a globally registered component causes the tests associated with it to fail.
To Reproduce Steps to reproduce the behavior: Extend a globally registered component:
Vue.use( ComponentA, { customComponent: CustomComponent, } );
Expected behavior Once the components are registered in jest.setup.js, they should work as usual.
Related information:
@testing-library/vue
Vue
node
npm
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Extending a globally registered component causes the tests associated with it to fail.
To Reproduce Steps to reproduce the behavior:
Extend a globally registered component:
Expected behavior
Once the components are registered in jest.setup.js, they should work as usual.
Related information:
@testing-library/vue
version: 5.8.3Vue
version: 2.6.14node
version: 16.15.1npm
(oryarn
) version: 8.11.0The text was updated successfully, but these errors were encountered: