UNPKG

@craftapit/tester

Version:

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

3 lines (2 loc) 145 B
import { TestResult, TestResults } from '../../types/results'; export declare function formatResults(results: TestResult | TestResults): string;