6 lines
346 B
TypeScript
6 lines
346 B
TypeScript
export declare const MINUTES_IN_MILLISECONDS: number;
|
|
export declare const TIMEOUT_IN_MILLISECONDS: number;
|
|
export declare function resetMSVSVersion(): void;
|
|
export declare function resetTestModule(testModulePath: string, installModules?: boolean): Promise<void>;
|
|
export declare function cleanupTestModule(testModulePath: string): Promise<void>;
|