From 6ef0aa2944149150e853c48a0f7ec8149c3cc56c Mon Sep 17 00:00:00 2001 From: Dominik G Date: Fri, 8 Apr 2022 11:22:30 +0200 Subject: [PATCH] [docs] add link to vitest svelte example to test faq (#7281) --- site/content/faq/800-how-do-i-test-svelte-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/faq/800-how-do-i-test-svelte-apps.md b/site/content/faq/800-how-do-i-test-svelte-apps.md index 5e59d5812d..1481b6ba59 100644 --- a/site/content/faq/800-how-do-i-test-svelte-apps.md +++ b/site/content/faq/800-how-do-i-test-svelte-apps.md @@ -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)