UNPKG

testplane

Version:

Tests framework based on mocha and wdio

3 lines (2 loc) 158 B
export declare const requireModule: <T = unknown>(modulePath: string) => Promise<T>; export declare const requireModuleSync: (modulePath: string) => unknown;