Skip to content

Commit dec7856

Browse files
RoystonSKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): add xxxByDisplayValue TS typings (testing-library#180)
1 parent 9a19474 commit dec7856

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

typings/queries.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ export const queryByValue: QueryByBoundAttribute
7171
export const queryAllByValue: AllByBoundAttribute
7272
export const getByValue: GetByBoundAttribute
7373
export const getAllByValue: AllByBoundAttribute
74+
export const queryByDisplayValue: QueryByBoundAttribute
75+
export const queryAllByDisplayValue: AllByBoundAttribute
76+
export const getByDisplayValue: GetByBoundAttribute
77+
export const getAllByDisplayValue: AllByBoundAttribute
7478
export const queryByRole: QueryByBoundAttribute
7579
export const queryAllByRole: AllByBoundAttribute
7680
export const getByRole: GetByBoundAttribute

0 commit comments

Comments
 (0)