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
Vue community recommends testing-library to test the components and Vitest as the test runner.
Lume being a component library, it would be nice to have component tests, so that we can track the interface behavior on different actions.
We will have to first check if testing library can be introduced in our current Lume setup and then it works well on both Vue 2/3 versions.
And once the setup is done, we can start rewriting tests using testing-library
The text was updated successfully, but these errors were encountered:
govind-srinidhi
No branches or pull requests
Vue community recommends testing-library to test the components and Vitest as the test runner.
Lume being a component library, it would be nice to have component tests, so that we can track the interface behavior on different actions.
We will have to first check if testing library can be introduced in our current Lume setup and then it works well on both Vue 2/3 versions.
And once the setup is done, we can start rewriting tests using testing-library
The text was updated successfully, but these errors were encountered: