UNPKG

@craftapit/tester

Version:

A focused, LLM-powered testing framework for natural language test scenarios

7 lines (6 loc) 198 B
import { Command } from 'commander'; /** * Add the run-tests command to the CLI * @param program Commander program instance */ export declare function addRunTestsCommand(program: Command): void;