Skip to content

Commit 04f021b

Browse files
refactor(typings): revert change (#1889)
1 parent 82330b9 commit 04f021b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/standalone.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare namespace ExpectWebdriverIO {
88
}
99

1010
type Expect = {
11-
<T = unknown>(actual: T): Matchers<Promise<void>, T>
11+
<T = unknown>(actual: T): Matchers<void, T>
1212
extend(map: Record<string, Function>): void
1313
} & AsymmetricMatchers
1414

0 commit comments

Comments
 (0)