UNPKG

ts-mockery

Version:

Yet another typescript mocking library.

19 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoopAdapter = void 0; var NoopAdapter = (function () { function NoopAdapter() { } NoopAdapter.prototype.getSpy = function () { return; }; NoopAdapter.prototype.spyAndCallFake = function () { return; }; NoopAdapter.prototype.spyAndCallThrough = function () { return; }; return NoopAdapter; }()); exports.NoopAdapter = NoopAdapter; //# sourceMappingURL=noop-adapter.js.map