Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Run tests in watch mode with Bun - Bun
[go: Go Back, main page]

Skip to main content
Use the --watch flag to run your tests in watch mode.
terminal
bun test --watch

This will restart the running Bun process whenever a file change is detected. It’s fast. In this example, the editor is configured to save the file on every keystroke.
Running tests in watch mode in
Bun

See Docs > Test Runner for complete documentation on the test runner.