We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7d043 commit 8882558Copy full SHA for 8882558
jasmine.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="./types/expect-webdriverio.d.ts"/>
2
3
declare namespace jasmine {
4
- interface AsyncMatchers<T, _U> extends ExpectWebdriverIO.Matchers<Promise<void>, T> {}
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
5
+ interface AsyncMatchers<T, U> extends ExpectWebdriverIO.Matchers<Promise<void>, T> {}
6
}
0 commit comments