Skip to content
New issue

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

Introduce testing library for component testing with Vitest as test runner #191

Open
govind-srinidhi opened this issue Apr 7, 2023 · 0 comments
Assignees

Comments

@govind-srinidhi
Copy link
Contributor

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

@govind-srinidhi govind-srinidhi self-assigned this Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant