We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbfa5a commit 65433d0Copy full SHA for 65433d0
docs/svelte-testing-library/example.mdx
@@ -52,5 +52,5 @@ test('changes button text on click', async () => {
52
```
53
54
For additional resources, patterns and best practices about testing svelte
55
-components and other svelte features take a look at
56
-[svelte-society/recipes-mvp/testing](https://github.com/svelte-society/recipes-mvp/blob/master/testing.md).
+components and other svelte features take a look at the
+[Svelte Society testing recipe](https://sveltesociety.dev/recipes/testing-and-debugging/unit-testing-svelte-component).
0 commit comments