diff --git a/docs/test/extending.md b/docs/test/extending.md index ef95a40e13..e42492eefd 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", () => {