UNPKG

jest-allure2-reporter

Version:
6 lines (3 loc) 183 B
import { $Push } from 'jest-metadata'; import { DESCRIPTION_HTML } from '../../metadata/constants'; export const $DescriptionHtml = (html: string) => $Push(DESCRIPTION_HTML, html);