UNPKG

jest-allure2-reporter

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