UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
expect-webdriverio
/
jasmine.d.ts
7 lines
(5 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="expect-webdriverio/types/expect-webdriverio"/>
declare
module
jasmine {
interface
Matchers
<T>
extends
ExpectWebdriverIO
.
Matchers
<
any
, T> {}
interface
AsyncMatchers
<T, U>
extends
ExpectWebdriverIO
.
Matchers
<
any
, T> {} }