set_project_root
Specify the absolute path to the project root directory as a necessary first step to enable all subsequent Vitest testing operations.
Instructions
Set the project root directory for all subsequent operations. This must be called before using other tools to specify which repository to work with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory (must start with / on Unix or drive letter on Windows) |