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
project use Vue3(^3.3.4) + vite(^5.0.9);
strorybook use VueJsx (https://github.com/vitejs/vite-plugin-vue)
execute ccmmand "test-storybook -- --coverage", coverage does not include code for vue files.
1.storybok main config:
2.packages.json:
coverage include code for vue files.
see above
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
project use Vue3(^3.3.4) + vite(^5.0.9);
strorybook use VueJsx (https://github.com/vitejs/vite-plugin-vue)
execute ccmmand "test-storybook -- --coverage", coverage does not include code for vue files.
Steps to reproduce the behavior
1.storybok main config:
2.packages.json:
Expected behavior
coverage include code for vue files.
Screenshots and/or logs
see above
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: