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)

6 lines (4 loc) 171 B
/// <reference types="expect-webdriverio/types/expect-webdriverio"/> declare namespace jest { interface Matchers<R, T> extends ExpectWebdriverIO.Matchers<R, T> { } }