diff --git a/docs/guides/test/svelte-test.md b/docs/guides/test/svelte-test.md index b0d775d3fb..0c21108df6 100644 --- a/docs/guides/test/svelte-test.md +++ b/docs/guides/test/svelte-test.md @@ -3,7 +3,7 @@ name: "Test Svelte components with bun:test" description: "import & require .svelte files in your tests in bun's jest-compatible test api, bun:test" --- -Bun's [Plugin API](/docs/runtime/plugins.md) lets you add custom loaders to your project and the `test.preload` option in `bunfig.toml` lets you ensure your loaders start before your tests run. +Bun's [Plugin API](/docs/runtime/plugins) lets you add custom loaders to your project and the `test.preload` option in `bunfig.toml` lets you ensure your loaders start before your tests run. To support tests that import or require `*.svelte` files