UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

13 lines (12 loc) 361 B
type AssertProps = { text?: string; id?: string; enabled?: boolean; checked?: boolean; focused?: boolean; selected?: boolean; }; export declare const assertVisible: (props: AssertProps) => void; export declare const assertNotVisible: (props: AssertProps) => void; export declare const assertTrue: (condition: string) => void; export {};