Skip to content

Commit 2c9e2c1

Browse files
authored
Merge pull request #924 from MatanBobi/pr/fix-missing-parameter-for-matcher
fix(types): missing ignore parameter for SelectorMatcherOptions
2 parents bb83d8c + 5ecc890 commit 2c9e2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/query-helpers.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {waitForOptions} from './wait-for'
33

44
export interface SelectorMatcherOptions extends MatcherOptions {
55
selector?: string
6+
ignore?: string | boolean
67
}
78

89
export type QueryByAttribute = (

0 commit comments

Comments
 (0)