Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timmfin authored Feb 20, 2024
1 parent d6f81eb commit 75b6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/testing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing

With JS building blocks it is easy to unit test your components using [Vitest](https://vitest.dev/) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/).
React components are easy to unit test with [Vitest](https://vitest.dev/) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/).

To add tests to your own project, start by adding those packages as dev dependencies, as well as `@vitejs/plugin-react` (for React support)

Expand Down

0 comments on commit 75b6790

Please sign in to comment.