UNPKG

jest-allure2-adapter

Version:
8 lines (7 loc) 238 B
export declare class TestSuiteProps { private prop; set testProp(prop: string | undefined); get suiteProp(): string | undefined; set suiteProp(prop: string | undefined); apply(setProp: (prop: string) => void): void; }