mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Typo
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user