UNPKG

wdio-ocr-service

Version:

A WebdriverIO service that is using Tesseract OCR for Appium Native App tests.

9 lines (7 loc) 182 B
import { toMatchSnapshot } from 'jest-snapshot' expect.extend({ toHaveBeenCalledWithSnapshot(received) { // @ts-ignore return toMatchSnapshot.call(this, received) }, })