UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 240 B
import type { TestCaseExtractor, TestStepsExtractor } from './types'; export declare function combineTestCaseAndSteps<Context>(testCase: TestCaseExtractor<Context>, testSteps: TestStepsExtractor<Context>): TestCaseExtractor<Context, void>;