UNPKG

jest-allure2-reporter

Version:
4 lines (3 loc) 222 B
import type { AllureTestStepResult } from 'jest-allure2-reporter'; import type { Step as Serialized } from 'allure-store'; export declare function toTestStep(rootDirectory: string, step: AllureTestStepResult): Serialized;