UNPKG

unmock-jest

Version:

Jest reporter for [Unmock](https://unmock.io).

17 lines 480 B
/// <reference types="jest" /> import { ISnapshot } from "unmock"; export declare type Redactor = (snapshot: ISnapshot) => ISnapshot; export interface IJestData { aggregatedResult: jest.AggregatedResult; } export interface IReportInput { jestData: IJestData; snapshots: ISnapshot[]; } export interface ITestSuite { shortFilePath: string; testFilePath: string; suiteResults: jest.TestResult; snapshots: ISnapshot[]; } //# sourceMappingURL=types.d.ts.map