UNPKG

346 BTypeScriptView Raw
1export declare const MINUTES_IN_MILLISECONDS: number;
2export declare const TIMEOUT_IN_MILLISECONDS: number;
3export declare function resetMSVSVersion(): void;
4export declare function resetTestModule(testModulePath: string, installModules?: boolean): Promise<void>;
5export declare function cleanupTestModule(testModulePath: string): Promise<void>;