Skip to content

Commit 7edd2bd

Browse files
committed
fix(types): missing ignore parameter for SelectorMatcherOptions
1 parent 4ea2124 commit 7edd2bd

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)