UNPKG

expect-webdriverio

Version:

[![Test](https://github.com/webdriverio/expect-webdriverio/actions/workflows/test.yml/badge.svg)](https://github.com/webdriverio/expect-webdriverio/actions/workflows/test.yml)

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