Skip to content

Commit 5b7c97c

Browse files
author
Bianca Del Carretto
committed
fix: getByLabelText add concat type to matches(#545)
1 parent 881820b commit 5b7c97c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/matches.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface MatcherOptions {
1212
normalizer?: NormalizerFn
1313
/** suppress suggestions for a specific query */
1414
suggest?: boolean
15+
concat?: boolean
1516
}
1617

1718
export type Match = (

0 commit comments

Comments
 (0)