generated at
λ bun test


tsconfigのtypesに "bun" を追加
tsconfig.json
{ "compilerOptions": { "types": ["bun"], } }
↑これをしないと、型エラーになる
ts
import { expect, test } from 'bun:test'; // ↑エラー



Test runner
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Dates and times
DOM testing
Code coverage