UNPKG

kizu

Version:

An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.

4 lines (3 loc) 184 B
import { TestResultsByFile } from './run'; import { TestResults } from './test'; export declare function sortTestResults(resultsByFile: TestResultsByFile): Map<string, TestResults[]>;