There was an error while loading. Please reload this page.
1 parent 0a6a840 commit cfde244Copy full SHA for cfde244
docs/svelte-testing-library/example.md
@@ -50,3 +50,7 @@ test('changes button text on click', async () => {
50
expect(button).toHaveTextContent('Button Clicked')
51
})
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).
0 commit comments