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 d9b2396 commit 5dcfc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/test/svelte-test.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "import, require, and test Svelte components with bun:test"
name: "import, require, and test Svelte components with bun test"
---

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.
Bun's [Plugin API](/docs/runtime/plugins) lets you add custom loaders to your project. The `test.preload` option in `bunfig.toml` lets you configure your loader to start before your tests run.

To get started, save this plugin in your project.

Expand Down

0 comments on commit 5dcfc6f

Please sign in to comment.