Guides Test Runner
Run tests in watch mode with Bun
Use the --watch flag to run your tests in watch mode.
$ bun test --watchWatch mode restarts the running Bun process whenever a file changes. It's fast. In this example, the editor saves the file on every keystroke.
See bun test.