UNPKG

306 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const spying_1 = require("../spying");
4function SpyOnProperty(target, propertyName) {
5 return new spying_1.PropertySpy(target, propertyName);
6}
7exports.SpyOnProperty = SpyOnProperty;
8//# sourceMappingURL=spy-on-property.js.map
\No newline at end of file