UNPKG

jest-allure2-reporter

Version:
6 lines (3 loc) 165 B
import type { Severity } from 'jest-allure2-reporter'; import { $Label } from './$Label'; export const $Severity = (value: Severity) => $Label('severity', value);