UNPKG

jest-allure2-reporter

Version:
6 lines (3 loc) 171 B
import { $Set } from 'jest-metadata'; import { DISPLAY_NAME } from '../../metadata/constants'; export const $DisplayName = (value: string) => $Set(DISPLAY_NAME, value);