UNPKG

jest-allure2-reporter

Version:
4 lines (3 loc) 226 B
import type { AllureTestCaseResult } from 'jest-allure2-reporter'; import type { Result as Serialized } from 'allure-store'; export declare function toTestResult(rootDirectory: string, test: AllureTestCaseResult): Serialized;