UNPKG

oral-ts

Version:

a testing framework for typescript

10 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BeforeEach = void 0; function BeforeEach() { return function (target, key, descriptor) { Reflect.defineMetadata("role", "beforeEach", target, key); }; } exports.BeforeEach = BeforeEach; //# sourceMappingURL=beforeEach.js.map