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