UNPKG

wdio-electron-service

Version:

WebdriverIO service to enable Electron testing

3 lines 180 B
import type { ElectronMock } from '@wdio/electron-types'; export declare function mock(apiName: string, funcName: string): Promise<ElectronMock>; //# sourceMappingURL=mock.d.ts.map