We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8835c02 commit c980b0dCopy full SHA for c980b0d
1 file changed
docs/svelte-testing-library/api.mdx
@@ -34,7 +34,7 @@ const {results} = render(YourComponent, {ComponentOptions}, {RenderOptions})
34
35
These are the options you pass when instantiating your Svelte `Component`.
36
Please refer to the
37
-[Client-side component API](https://svelte.dev/docs#Client-side_component_API).
+[Client-side component API](https://svelte.dev/docs#run-time-client-side-component-api-creating-a-component).
38
39
📝 If the only option you're passing in is `props`, then you can just pass them
40
in directly.
0 commit comments