Skip to content

Commit cfde244

Browse files
authored
doc(svelte): add link to svelte-society/recipes-mvp/testing (testing-library#510)
1 parent 0a6a840 commit cfde244

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/svelte-testing-library/example.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ test('changes button text on click', async () => {
5050
expect(button).toHaveTextContent('Button Clicked')
5151
})
5252
```
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

Comments
 (0)