There was an error while loading. Please reload this page.
2 parents 8f7d5d0 + dcc32b6 commit d2a4d21Copy full SHA for d2a4d21
docs/react-testing-library/setup.md
@@ -153,7 +153,7 @@ render method:
153
154
```js
155
// test-utils.js
156
-import { render, queries, queryHelpers } from '@testing-library/react'
+import { render, queries } from '@testing-library/react'
157
import * as customQueries from './custom-queries'
158
159
const customRender = (ui, options) =>
0 commit comments