Skip to content

Commit 8882558

Browse files
authored
Renaming U breaks the augmentation (#1880)
1 parent 0f7d043 commit 8882558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jasmine.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="./types/expect-webdriverio.d.ts"/>
22

33
declare namespace jasmine {
4-
interface AsyncMatchers<T, _U> extends ExpectWebdriverIO.Matchers<Promise<void>, T> {}
4+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5+
interface AsyncMatchers<T, U> extends ExpectWebdriverIO.Matchers<Promise<void>, T> {}
56
}

0 commit comments

Comments
 (0)