Skip to content

Update setup.mdx #1191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/react-testing-library/setup.mdx
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
wtlin1228 and timdeschryver authored Dec 17, 2022
commit c9705f231e21fa153390f9e22e277f0fa4c7a76e
2 changes: 1 addition & 1 deletion docs/react-testing-library/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ You can then override and append the new queries via the render function by
passing a [`queries`](api.mdx#render-options) option.

If you want to add custom queries globally, you can do this by defining your customized
`render`, `screen` and `within`:
`render`, `screen` and `within` methods:

<Tabs groupId="test-utils" defaultValue="jsx" values={[ {label: 'Javascript',
value: 'jsx'}, {label: 'Typescript', value: 'tsx'}, ]}>
Expand Down