Skip to content

Commit 5dcfc6f

Browse files
committed
Update svelte-test.md
1 parent d9b2396 commit 5dcfc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/test/svelte-test.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: "import, require, and test Svelte components with bun:test"
2+
name: "import, require, and test Svelte components with bun test"
33
---
44

5-
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.
5+
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.
66

77
To get started, save this plugin in your project.
88

0 commit comments

Comments
 (0)