all files / core/decorators/ ignore-test-decorator.js

75% Statements 3/4
100% Branches 0/0
0% Functions 0/1
75% Lines 3/4
1 2 3 4 5 6 7 8         
"use strict";
require("reflect-metadata");
function IgnoreTest(target, propertyKey, descriptor) {
    Reflect.defineMetadata("alsatian:ignore", true, target, propertyKey);
}
exports.IgnoreTest = IgnoreTest;
;
//# sourceMappingURL=ignore-test-decorator.js.map