@scania/tegel
Version:
Tegel Design System
14 lines (13 loc) • 450 B
TypeScript
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;