Skip to content

Commit

Permalink
docs: add link to testing-library guidlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Nov 12, 2024
1 parent a04510e commit bb206d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vitest-browser-vue

Render Vue components in Vitest Browser Mode. This library follows `testing-library` principles and exposes only [locators](https://vitest.dev/guide/browser/locators) and utilities that encourage you to write tests that closely resemble how your Vue components are used.
Render Vue components in Vitest Browser Mode. This library follows [`testing-library` principles](https://testing-library.com/docs/guiding-principles/) and exposes only [locators](https://vitest.dev/guide/browser/locators) and utilities that encourage you to write tests that closely resemble how your Vue components are used.

Requires `vitest` and `@vitest/browser` 2.1.0 or higher.

Expand Down

0 comments on commit bb206d9

Please sign in to comment.