File SystemTest RunnerGenerate code coverage reports with the Bun test runnerBun'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.Copy MarkdownOpenUpdate snapshots in `bun test`Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .Set a code coverage threshold with the Bun test runnerBun's test runner has built-in code coverage reporting. Enable it with the --coverage flag.