1 2 3 4 5 6 7 8 9 | 1× 1× 1× 1× | "use strict"; require("reflect-metadata"); function IgnoreTests(constructor) { // mark test class as ignored Reflect.defineMetadata("alsatian:ignore", true, constructor); } exports.IgnoreTests = IgnoreTests; ; //# sourceMappingURL=ignore-tests-decorator.js.map |