Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

uvu-watch

aleclarson259MIT1.0.11

Watch mode for uvu test runner

readme

uvu-watch

npm ci Code style: Prettier Donate

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 and uvu-watch in your project

    yarn add uvu uvu-watch -D
  • Run uvu through Yarn or another package manager

    yarn test -w
    # or
    yarn uvu tests -r esm -w