Skip to content

Commit

Permalink
[docs] add link to vitest svelte example to test faq (#7281)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Apr 8, 2022
1 parent 31eb623 commit 6ef0aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/faq/800-how-do-i-test-svelte-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ There are a few approaches that people take when testing, but it generally invol

Some resources for getting started with unit testing:
- [Svelte Testing Library](https://testing-library.com/docs/svelte-testing-library/example/)
- [Example using vitest](https://github.com/vitest-dev/vitest/tree/main/examples/svelte)
- [Example using uvu test runner with JSDOM](https://github.com/lukeed/uvu/tree/master/examples/svelte)

0 comments on commit 6ef0aa2

Please sign in to comment.