Watch mode for uvu test runner
- Plug n play (no setup required)
- Uses your local
uvubut overwrites its command - Runs your tests immediately, then watches your entire project
- Installs filespy on-demand to avoid slowing down CI
- Watchman support
-
Install
uvuanduvu-watchin your projectyarn add uvu uvu-watch -D
-
Run
uvuthrough Yarn or another package manageryarn test -w # or yarn uvu tests -r esm -w