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.
2 parents bb83d8c + 5ecc890 commit 2c9e2c1Copy full SHA for 2c9e2c1
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