UNPKG

magnitude-test

Version:

A TypeScript client for running automated UI tests through the Magnitude testing platform

7 lines (6 loc) 159 B
export declare class TestCompiler { private cacheDir; private defaultOptions; constructor(); compileFile(filePath: string): Promise<string>; }