UNPKG

@typed/test

Version:
3 lines (2 loc) 133 B
import { TestStats } from './getTestStats'; export declare function statsToString({ passing, failing, skipped }: TestStats): string;