UNPKG

wdio-electron-service

Version:

WebdriverIO service to enable Electron testing

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