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

9 lines 402 B
/// <reference types="sinon" /> import { ServiceSpy } from "./types"; export declare const decorateSpy: (spy: import("sinon").SinonSpy<[import("../..").Request], import("../..").UnmockResponse>) => ServiceSpy; export declare const verifyOnlyOneCall: ({ spy, errPrefix, }: { spy: ServiceSpy; errPrefix: string; }) => ServiceSpy; export default decorateSpy; //# sourceMappingURL=decorate.d.ts.map