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