UNPKG

@scania/tegel

Version:
14 lines (13 loc) 450 B
export declare const testConfigurations: { withModeVariants: { modeVariant: string; theme: string; backgroundColor: string; }[]; basic: { theme: string; backgroundColor: string; }[]; }; export declare const setupPage: (page: any, config: any, componentTestPath: any, componentName: any) => Promise<void>; export declare const getTestDescribeText: (config: any, testDescription: any) => string;