UNPKG

flagpole

Version:

Simple and fast DOM integration and REST API testing framework.

8 lines (7 loc) 193 B
export declare class TestSuiteFile { rootTestsDir: string; filePath: string; fileName: string; name: string; constructor(rootTestsDir: string, dir: string, file: string); }