UNPKG

jest-allure2-reporter

Version:
8 lines (6 loc) 148 B
export class AllureReporterError extends Error { constructor(message: string) { super(message); this.name = 'AllureReporterError'; } }