There was an error while loading. Please reload this page.
1 parent f98fd51 commit 1eb9294Copy full SHA for 1eb9294
docs/react-testing-library/setup.mdx
@@ -252,10 +252,6 @@ Jest `moduleDirectories` option.
252
This will make all the `.js` files in the test-utils directory importable
253
without `../`.
254
255
-> **Note**
256
->
257
-> This can't be used with Create React App.
258
-
259
```diff title="my-component.test.js"
260
- import { render, fireEvent } from '../test-utils';
261
+ import { render, fireEvent } from 'test-utils';
0 commit comments