This commit is contained in:
Colin McDonnell
2023-03-29 17:11:46 -07:00
parent 9f07073074
commit b2f3dbfd43

View File

@@ -19,7 +19,7 @@ To run your tests in `--watch` mode:
$ bun test --watch
```
In `--watch` mode, Bun keeps track of all imported files and watches them for changes. When a change is detected, Bun restarts the process, preserving the¸ same set of CLI arguments and environment variables used in the initial run. If Bun crashes, `--watch` will attempt to automatically restart the process.
In `--watch` mode, Bun keeps track of all imported files and watches them for changes. When a change is detected, Bun restarts the process, preserving the same set of CLI arguments and environment variables used in the initial run. If Bun crashes, `--watch` will attempt to automatically restart the process.
{% callout %}