UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

6 lines 330 B
import { IListenerInput } from "../../interfaces"; import { ISnapshotWriterReader } from "./snapshot-writer-reader"; export declare const unmockSnapshot: (writer: ISnapshotWriterReader) => (this: import("expect/build/types").MatcherState, obj: IListenerInput) => { pass: boolean; }; //# sourceMappingURL=expect-extend.d.ts.map