npx claudepluginhub ivantorresedge/molcajete.aihaiku# Run Tests in Watch Mode Start Vitest in watch mode for continuous testing during development. Execute the following command: This runs: **Watch Mode Features:** - Re-runs tests when files change - Only runs affected tests - Interactive filtering options - Press `q` to quit - Press `a` to run all tests - Press `f` to run only failed tests Reference the **vitest-configuration** skill.
Start 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.