You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `buildQueries` helper allows you to easily create your custom query with all standard [variants](api-queries.md) of queries in testing-library.
62
+
63
+
See the 'Customize queries globally with custom render' section of the [custom render guide](/docs/react-testing-library/setup#custom-render) for example usage.
64
+
59
65
### Using other assertion libraries
60
66
61
67
If you're not using jest, you may be able to find a similar set of custom
0 commit comments