UNPKG

expect-webdriverio

Version:

WebdriverIO Assertion Library

11 lines (8 loc) 210 B
/// <reference types="./standalone.js"/> // @ts-expect-error declare const expect: ExpectWebdriverIO.Expect declare namespace NodeJS { interface Global { expect: ExpectWebdriverIO.Expect; } }