UNPKG

@typed/test

Version:
4 lines (3 loc) 229 B
import { JsonResults, TestResult } from '../types'; export declare function resultsToString(results: JsonResults[]): string; export declare function resultToString(filePath: string, result: TestResult, nested?: boolean): string;