Skip to content

Commit 8e6b3b5

Browse files
Update docs/svelte-testing-library/api.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 83ee09d commit 8e6b3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/svelte-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const view = render(YourComponent, {
4747
})
4848

4949
// Props only.
50-
const results = render(YourComponent, {myProp: 'value'})
50+
const view = render(YourComponent, {myProp: 'value'})
5151
```
5252

5353
### Render Options

0 commit comments

Comments
 (0)