unmock-jest
Version:
Jest reporter for [Unmock](https://unmock.io).
7 lines • 415 B
TypeScript
import { IReportInput, ITestSuite, Redactor } from "./types";
export declare const sortTestSuites: (testSuites: ITestSuite[]) => ITestSuite[];
export declare const largestCommonArray: <T>(arrays: T[][]) => T[];
export declare const REDACTED = "-- redacted --";
export declare const authRedactor: Redactor;
export declare const toTestSuites: (input: IReportInput) => ITestSuite[];
//# sourceMappingURL=utils.d.ts.map