UNPKG

regressify

Version:
4 lines (3 loc) 229 B
export declare const COMMON_MIGRATION_FILES: string[]; export declare function getMigrationDestination(fileName: string, commonFolder: string, visualTestsFolder: string): string; export declare function migrate(): Promise<void>;