Skip to content

Commit a7fe808

Browse files
jenovsKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): update queries.d.ts (testing-library#113)
Closes testing-library#112 <!-- Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated! Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). Also, please make sure you're familiar with and follow the instructions in the contributing guidelines (found in the CONTRIBUTING.md file). If you're new to contributing to open source projects, you might find this free video course helpful: http://kcd.im/pull-request Please fill out the information below to expedite the review and (hopefully) merge of your pull request! --> <!-- What changes are being made? (What feature/bug is being fixed here?) --> **What**: Fixes typings <!-- Why are these changes necessary? --> **Why**: Redundant letter in variable names <!-- How were these changes implemented? --> **How**: Remove redundant letters <!-- Have you done all of these things? --> **Checklist**: <!-- add "N/A" to the end of each line that's irrelevant to your changes --> <!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> - [ ] Documentation N/A - [ ] Tests N/A - [x] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> - [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions --> <!-- feel free to add additional comments -->
1 parent 6e56bb0 commit a7fe808

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

typings/queries.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const queryByValue: QueryByAttribute
6161
export const queryAllByValue: AllByAttribute
6262
export const getByValue: GetByAttribute
6363
export const getAllByValue: AllByAttribute
64-
export const queryByTRole: QueryByAttribute
65-
export const queryAllByTRole: AllByAttribute
66-
export const getByTRole: GetByAttribute
67-
export const getAllByTRole: AllByAttribute
64+
export const queryByRole: QueryByAttribute
65+
export const queryAllByRole: AllByAttribute
66+
export const getByRole: GetByAttribute
67+
export const getAllByRole: AllByAttribute

0 commit comments

Comments
 (0)