- Node 16.17.0 or higher is recommended (nvm recommended)
yarn
is recommended, but not required. In the examples below,npm
can be substituted foryarn
.
cd test/unit/
yarn install
yarn test:unit
# Runs `vitest watch`:
# https://vitest.dev/guide/cli.html
yarn test:unit:watch
Using Docker Compose:
docker compose up unit-tests