Skip to content

Commit

Permalink
Update svelte-test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Dec 19, 2024
1 parent 276da2d commit e21050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/test/svelte-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e21050d

Please sign in to comment.