UNPKG

unmock-jest

Version:

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

7 lines 226 B
/// <reference types="react" /> import { ITestSuite } from "../types"; declare const TestSuite: ({ testSuite }: { testSuite: ITestSuite; }) => JSX.Element; export default TestSuite; //# sourceMappingURL=test-suite.d.ts.map