test
Run Vitest through the CLI for the current project.
Purpose
mcpkit test shells out to Vitest.
Basic syntax
mcpkit testVerified options
-w, --watch--coverage-v, --verbose
Examples
mcpkit testmcpkit test --watchmcpkit test --coverageExpected behavior
- runs
npx vitest runby default - runs
npx vitestif--watchis set - appends
--coverageif requested