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
Description
Test all the components, mixins and store inside the app.
The app have a test suit ready using vitest, Vue test tool and the necessary code to run tests. https://v1.test-utils.vuejs.org/
How to
All the test are created inside the tests directory following the structure of the app, for example;
tests
components/products/ListProduct.vue
tests/components/products/ListProduct.test.vue
The text was updated successfully, but these errors were encountered:
Please can you assign me this issue?
Sorry, something went wrong.
Ready!
rafieltq
No branches or pull requests
Description
Test all the components, mixins and store inside the app.
The app have a test suit ready using vitest, Vue test tool and the necessary code to run tests. https://v1.test-utils.vuejs.org/
How to
All the test are created inside the
tests
directory following the structure of the app, for example;components/products/ListProduct.vue
tests/components/products/ListProduct.test.vue
The text was updated successfully, but these errors were encountered: