Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bun.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Use the --timeout flag to set a timeout for each test in milliseconds. If any test exceeds this timeout, it will be marked as failed. The default timeout is 5000 (5 seconds).
terminal
bun test --timeout 3000 # 3 seconds

See Docs > Test runner for complete documentation of bun test.