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)

7 lines (5 loc) 259 B
/// <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<Promise<void>, T> {} }