@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
19 lines (18 loc) • 429 B
TypeScript
/**
* The upgrader for the jamine test files(.spec.ts files)
*/
export declare class JasmineTestUpgrader {
private fileWriter;
private testTsFilePath;
private debug;
private messages;
/**
* the constructor.
* @param filePath the file path.
*/
constructor(testTsFilePath: string, debug?: boolean);
/**
* the run function to resolve the errors.
*/
run(): Promise<void>;
}