UNPKG

wdio-electron-service

Version:

WebdriverIO service to enable Electron testing

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