Skip to content

(docs): Add guide for some useful libraries for testing #1372

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

Merged
merged 3 commits into from
Dec 17, 2019

Conversation

lmiller1990
Copy link
Member

Add a guide with some links to useful libraries for testing, such as vuex-mock-store.

resolves #1060

@@ -0,0 +1,16 @@
## Useful Libraries for Testing

`vue-test-utils` provides useful methods for testing Vue components. Community members have also written some additional libraries which either extend `vue-test-utils` with extra useful methods, or provide tools for testing other things found in Vue applications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell VTU is usually refered as Vue Test Utils instead of vue-test-utils

Suggested change
`vue-test-utils` provides useful methods for testing Vue components. Community members have also written some additional libraries which either extend `vue-test-utils` with extra useful methods, or provide tools for testing other things found in Vue applications.
Vue Test Utils provides useful methods for testing Vue components. Community members have also written some additional libraries which either extend Vue Test Utils with extra useful methods, or provide tools for testing other things found in Vue applications.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was not sure how to revert to VTU - thanks.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@afontcu
Copy link
Member

afontcu commented Dec 16, 2019

Build is failing as "Code style issues found in the above file(s). Forgot to run Prettier?"

@lmiller1990
Copy link
Member Author

Passes locally...hmm...

@lmiller1990
Copy link
Member Author

Oh I see - found the problem, fixing!

@lmiller1990 lmiller1990 merged commit 90e2782 into dev Dec 17, 2019
@vue-bot
Copy link

vue-bot commented Dec 17, 2019

Hey @lmiller1990, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚

@afontcu afontcu deleted the docs/issue-1060-add-libraries-links branch December 17, 2019 09:07
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

Successfully merging this pull request may close these issues.

Add a way to mock Vuex stores
5 participants