aboutsummaryrefslogtreecommitdiff
path: root/docs/test
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 00:50:25 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 00:50:25 -0700
commit08043c527406e362b9580975eed306f1c7dd02e2 (patch)
tree0c402b5043e21bd0176d24c913dccfd30c83be4d /docs/test
parent40de6d8cda0f82e457c993f739d64715bcd8ef17 (diff)
downloadbun-08043c527406e362b9580975eed306f1c7dd02e2.tar.gz
bun-08043c527406e362b9580975eed306f1c7dd02e2.tar.zst
bun-08043c527406e362b9580975eed306f1c7dd02e2.zip
Update extending.md
Diffstat (limited to 'docs/test')
-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", () => {