File SystemTest Runner
Set a code coverage threshold with the Bun test runner
Bun's test runner has built-in code coverage reporting. Enable it with the --coverage flag.
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.
Selectively run tests concurrently with glob patterns
Set a glob pattern to decide which tests from which files run in parallel