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