UNPKG

wdio-ocr-service

Version:

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

10 lines (9 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var jest_snapshot_1 = require("jest-snapshot"); expect.extend({ toHaveBeenCalledWithSnapshot: function (received) { // @ts-ignore return jest_snapshot_1.toMatchSnapshot.call(this, received); }, });