UNPKG

testplane

Version:

Tests framework based on mocha and wdio

7 lines (6 loc) 369 B
export declare const it: import(".").TestDefinition; export declare const describe: import(".").SuiteDefinition; export declare const beforeEach: import(".").TestHookDefinition; export declare const afterEach: import(".").TestHookDefinition; export declare const testplane: import("./types").GlobalHelper; export declare const hermione: import("./types").GlobalHelper;