File SystemTest RunnerSelectively run tests concurrently with glob patternsSet a glob pattern to decide which tests from which files run in parallelCopy MarkdownOpenSet a code coverage threshold with the Bun test runnerBun's test runner has built-in code coverage reporting. Enable it with the --coverage flag.Skip tests with the Bun test runnerTo skip a test with the Bun test runner, use the test.skip function.