mcpkit

test

Run Vitest through the CLI for the current project.

Purpose

mcpkit test shells out to Vitest.

Basic syntax

mcpkit test

Verified options

  • -w, --watch
  • --coverage
  • -v, --verbose

Examples

mcpkit test
mcpkit test --watch
mcpkit test --coverage

Expected behavior

  • runs npx vitest run by default
  • runs npx vitest if --watch is set
  • appends --coverage if requested

On this page