UNPKG

488 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function exposeSpyFunctions(spiedFunction, functionSpy) {
4 spiedFunction.calls = functionSpy.calls;
5 spiedFunction.callsWithArguments = functionSpy.callsWithArguments;
6 spiedFunction.andReturn = functionSpy.andReturn.bind(functionSpy);
7 spiedFunction.andCall = functionSpy.andCall.bind(functionSpy);
8}
9exports.exposeSpyFunctions = exposeSpyFunctions;
10//# sourceMappingURL=expose-spy-functions.js.map
\No newline at end of file