UNPKG

unmock-jest

Version:

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

7 lines 204 B
/// <reference types="react" /> import { ISnapshot } from "unmock"; declare const Call: ({ snapshot }: { snapshot: ISnapshot; }) => JSX.Element; export default Call; //# sourceMappingURL=call.d.ts.map