jest-allure2-reporter
Version:
Idiomatic Jest reporter for Allure Framework
8 lines • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$Label = void 0;
const jest_metadata_1 = require("jest-metadata");
const constants_1 = require("../../metadata/constants");
const $Label = (name, ...values) => (0, jest_metadata_1.$Push)(constants_1.LABELS, ...values.map((value) => ({ name, value: `${value}` })));
exports.$Label = $Label;
//# sourceMappingURL=$Label.js.map