fix(vitest): update test command from 'test:vitest' to 'test:unit'

This commit is contained in:
Richard R 2026-05-30 11:01:44 -06:00
parent e1483ab80a
commit b16328abe9

View file

@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Vitest suites
run: pnpm test:vitest
run: pnpm test:unit