File SystemTest Runner
Update snapshots in `bun test`
Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .
Use snapshot testing in `bun test`
Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .
Generate code coverage reports with the Bun test runner
Bun's test runner has built-in code coverage reporting . Use it to see how much of your codebase is covered by tests, and where the gaps are.