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

8 lines 305 B
import { ServiceSpy, SinonSpy } from "./types"; export declare const decorateSpy: (spy: SinonSpy) => ServiceSpy; export declare const verifyOnlyOneCall: ({ spy, errPrefix, }: { spy: ServiceSpy; errPrefix: string; }) => ServiceSpy; export default decorateSpy; //# sourceMappingURL=decorate.d.ts.map