We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea2124 commit 7edd2bdCopy full SHA for 7edd2bd
types/query-helpers.d.ts
@@ -3,6 +3,7 @@ import {waitForOptions} from './wait-for'
3
4
export interface SelectorMatcherOptions extends MatcherOptions {
5
selector?: string
6
+ ignore?: string | boolean
7
}
8
9
export type QueryByAttribute = (
0 commit comments