aboutsummaryrefslogtreecommitdiff
path: root/docs/test/extending.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/test/extending.md')
-rw-r--r--docs/test/extending.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md
index ef95a40e1..e42492eef 100644
--- a/docs/test/extending.md
+++ b/docs/test/extending.md
@@ -26,7 +26,7 @@ afterAll(() => {
Test file:
-```ts#my-test.test.ts
+```ts
import { expect, test } from "bun:test";
test("1 + 1", () => {