uvu-watch
v1.0.11
Published
Watch mode for uvu test runner
Downloads
400
Readme
uvu-watch
Watch mode for uvu test runner
- Plug n play (no setup required)
- Uses your local
uvu
but overwrites its command - Runs your tests immediately, then watches your entire project
- Installs filespy on-demand to avoid slowing down CI
- Watchman support
Usage
Install
uvu
anduvu-watch
in your projectyarn add uvu uvu-watch -D
Run
uvu
through Yarn or another package manageryarn test -w # or yarn uvu tests -r esm -w