vitest_run_verification
Run test verification in a package across Vitest Browser, Vitest Node, or legacy Mocha Node and Karma Browser targets to confirm migrated tests pass.
Instructions
Runs test verification for Vitest Browser, Vitest Node, or legacy Mocha Node / Karma Browser in the target package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | The test runner target to execute (default: vitest-browser) | |
| packagePath | Yes | Absolute path to the package directory |