UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

8 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const spying_1 = require("../spying"); function SpyOnProperty(target, propertyName) { return new spying_1.PropertySpy(target, propertyName); } exports.SpyOnProperty = SpyOnProperty; //# sourceMappingURL=spy-on-property.js.map