UNPKG

unmock-jest

Version:

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

8 lines 507 B
import * as React from "react"; import { ITestSuite } from "../types"; export declare const testFileToId: (file: string) => string; declare const TestResults: ({ testSuites }: { testSuites: ITestSuite[]; }) => [string, () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>]; export default TestResults; //# sourceMappingURL=test-suites.d.ts.map