UNPKG

@wdio/electron-utils

Version:

Utilities for WebdriverIO Electron Service

8 lines (6 loc) 102 B
import { vi } from 'vitest'; export default { info: vi.fn(), warn: vi.fn(), debug: vi.fn(), };