UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

10 lines (7 loc) 210 B
/// <reference types="expect-webdriverio/types/standalone"/> declare const expect: ExpectWebdriverIO.Expect declare namespace NodeJS { interface Global { expect: ExpectWebdriverIO.Expect; } }