diff options
author | 2023-05-21 00:55:03 -0700 | |
---|---|---|
committer | 2023-05-21 00:55:03 -0700 | |
commit | fdd5d49fe338b15d959361bf2eda7ce9e797af6e (patch) | |
tree | 7b28cb128f5497b44675ded54db0a1e86a7ba1ba /docs/test | |
parent | b27f4ceb9c517c3375d15a5464182c895af2bc68 (diff) | |
download | bun-fdd5d49fe338b15d959361bf2eda7ce9e797af6e.tar.gz bun-fdd5d49fe338b15d959361bf2eda7ce9e797af6e.tar.zst bun-fdd5d49fe338b15d959361bf2eda7ce9e797af6e.zip |
Update extending.md
Diffstat (limited to 'docs/test')
-rw-r--r-- | docs/test/extending.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md index 16ce71155..5e5f0f087 100644 --- a/docs/test/extending.md +++ b/docs/test/extending.md @@ -81,7 +81,7 @@ Plugin support is not implemented yet. **There is a bug and this feature is not ## Example loader -{% codetab } +{% codetabs } ```ts#loader.ts import { plugin } from 'bun'; @@ -106,7 +106,7 @@ plugin({ }); ``` -{% /codetab %} +{% /codetabs %} Now in your test file, you can import `.txt` files: |