UNPKG

jest-allure

Version:

Allure Reports for jest

6 lines (5 loc) 145 B
import { Reporter } from "./Reporter"; export declare function registerAllureReporter(): void; declare global { const reporter: Reporter; }