UNPKG
wdio-ocr-service
Version:
latest (1.1.3)
next (0.0.1-1)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
0.0.1-1
0.0.1-0
A WebdriverIO service that is using Tesseract OCR for Appium Native App tests.
wdio-ocr-service
/
build
/
__tests__
/
setupJest.js
10 lines
(9 loc)
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"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); }, });