mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update extending.md
This commit is contained in:
@@ -26,7 +26,7 @@ afterAll(() => {
|
||||
|
||||
Test file:
|
||||
|
||||
```ts#my-test.test.ts
|
||||
```ts
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
test("1 + 1", () => {
|
||||
|
||||
Reference in New Issue
Block a user