Run tests in watch mode
Starts Vitest in watch mode for continuous testing during development.
npx claudepluginhub ivantorresedge/molcajete.aihaikuStart Vitest in watch mode for continuous testing during development.
Execute the following command:
npm run test:watch
This runs:
vitest
Watch Mode Features:
q to quita to run all testsf to run only failed testsReference the vitest-configuration skill.