Skip to content

Commit

Permalink
docs: typo in accessibility word (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsesmoreno committed Aug 17, 2023
1 parent 19bc369 commit 33950eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Expand Up @@ -42,7 +42,7 @@ Vue Test Utils is commonly used with a test runner. Popular test runners include
- [Cypress](https://cypress.io/). Browser based, supports Vite, webpack.
- [Playwright](https://playwright.dev/docs/test-components) (experimental). Browser based, supports Vite.

Vue Test Utils is a minimal and unopinionated library. For something more featureful, ergonomic and opinionated you may want to consider [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/overview) which has a hot reload development environment, or [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) which emphasizes accessability based selectors when making assertions. Both of these tools use Vue Test Utils under the hood and expose the same API.
Vue Test Utils is a minimal and unopinionated library. For something more featureful, ergonomic and opinionated you may want to consider [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/overview) which has a hot reload development environment, or [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) which emphasizes accessibility based selectors when making assertions. Both of these tools use Vue Test Utils under the hood and expose the same API.

## What Next?

Expand Down

0 comments on commit 33950eb

Please sign in to comment.