Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 169dd88

Browse files
wolverineksbcarroll22
authored andcommitted
fix: improve types for queries.d.ts (#51)
Closes #45
1 parent 1b5a3a8 commit 169dd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/queries.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export type FindAllByText = (
5555
export type GetByText = (
5656
container: NativeTestInstance,
5757
id: Matcher,
58-
options?: WaitForElementOptions,
58+
options?: MatcherOptions,
5959
) => NativeTestInstance;
6060

6161
export type FindByText = (

0 commit comments

Comments
 (0)