UNPKG

472 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var SpyCallCountType;
4(function (SpyCallCountType) {
5 SpyCallCountType[SpyCallCountType["Exactly"] = 0] = "Exactly";
6 SpyCallCountType[SpyCallCountType["GreaterThan"] = 1] = "GreaterThan";
7 SpyCallCountType[SpyCallCountType["LessThan"] = 2] = "LessThan";
8})(SpyCallCountType = exports.SpyCallCountType || (exports.SpyCallCountType = {}));
9//# sourceMappingURL=spy-call-count-type.js.map
\No newline at end of file