We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567787b commit 6dec056Copy full SHA for 6dec056
docusaurus/docs/running-tests.md
@@ -191,8 +191,6 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla
191
192
```js
193
// react-testing-library renders your components to document.body,
194
-// this will ensure they're removed after each test.
195
-import '@testing-library/react/cleanup-after-each';
196
// this adds jest-dom's custom assertions
197
import '@testing-library/jest-dom/extend-expect';
198
```
0 commit comments