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
It would be very useful to be able to test the code, and also have it be tested automatically.
Add vitest package and allow developers to run a test suite whenever required, and also have it run before commit and on workflow PRs.
vitest
Component tests would also be useful, but it might be better to split the workload and add this functionality as a separate PR.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What feature would you like to see?
Problem
It would be very useful to be able to test the code, and also have it be tested automatically.
Solution
Add
vitest
package and allow developers to run a test suite whenever required, and also have it run before commit and on workflow PRs.Component tests would also be useful, but it might be better to split the workload and add this functionality as a separate PR.
The text was updated successfully, but these errors were encountered: