Skip to content

Commit

Permalink
fix(types): missing ignore parameter for SelectorMatcherOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Mar 30, 2021
1 parent 4ea2124 commit 7edd2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/query-helpers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {waitForOptions} from './wait-for'

export interface SelectorMatcherOptions extends MatcherOptions {
selector?: string
ignore?: string | boolean
}

export type QueryByAttribute = (
Expand Down

0 comments on commit 7edd2bd

Please sign in to comment.