File SystemTest RunnerRun your tests with the Bun test runnerBun has a built-in test runner with a Jest-like expect API.Copy MarkdownOpenInstall dependencies with Bun in GitHub ActionsUse the official setup-bun GitHub Action to install bun in your GitHub Actions runner.Run tests in watch mode with BunUse the --watch flag to run your tests in watch mode.