UNPKG

@typed/test

Version:
4 lines (3 loc) 228 B
import { TestResult, TestResults } from './types'; export declare function displayTestResults(name: string, testResults: TestResults): string; export declare function displayTestResult(name: string, result: TestResult): string;