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
Found this when trying to use VTU inside of Vite. Ended up patching the modules.
<script type="module"> import '@vue/test-utils' </script>
will fail because we depend on two modules that use commonjs exports in our es bundle:
The changes I had to make to get them to work are here: https://github.com/JessicaSachs/vite-component-test-starter/blob/master/patches
To recreate a failure, you can...
The text was updated successfully, but these errors were encountered:
Fixed here #116
Will go out as soon as this is merged. Vite + VTU is amazing!
Sorry, something went wrong.
Fixed in #116, will release in the next alpha.
No branches or pull requests
Found this when trying to use VTU inside of Vite. Ended up patching the modules.
will fail because we depend on two modules that use commonjs exports in our es bundle:
The changes I had to make to get them to work are here:
https://github.com/JessicaSachs/vite-component-test-starter/blob/master/patches
To recreate a failure, you can...
The text was updated successfully, but these errors were encountered: