Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track test coverage with Bun
bun test --coverage
# LCOV format bun test --coverage --coverage-reporter=lcov # HTML report bun test --coverage --coverage-reporter=html # JSON report bun test --coverage --coverage-reporter=json
bunfig.toml
[test] coverage = true coverageThreshold = 80