diff --git a/types/query-helpers.d.ts b/types/query-helpers.d.ts index 26c80f19..2e32020e 100644 --- a/types/query-helpers.d.ts +++ b/types/query-helpers.d.ts @@ -3,6 +3,7 @@ import {waitForOptions} from './wait-for' export interface SelectorMatcherOptions extends MatcherOptions { selector?: string + ignore?: string | boolean } export type QueryByAttribute = (