Generate Test
generate_testCreate a runnable Vitest scaffold for an untested export, structuring arrange/act/assert and marking human-specified assertions with TODOs.
Instructions
Generate a runnable Vitest scaffold for a specific untested export, with arrange/act/assert structure and TODOs marking the assertions only a human can specify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Repo-relative path to the source file | |
| path | Yes | Absolute path to the repository root | |
| exportName | Yes | Name of the exported symbol to test |