File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ export default HiddenMessage
171
171
// __tests__/hidden-message.js
172
172
// these imports are something you'd normally configure Jest to import for you
173
173
// automatically. Learn more in the setup docs: https://testing-library.com/docs/react-testing-library/setup#cleanup
174
- import ' @testing-library/react/cleanup-after-each'
175
174
import ' @testing-library/jest-dom/extend-expect'
176
175
// NOTE: jest-dom adds handy assertions to Jest and is recommended, but not required
177
176
@@ -264,7 +263,6 @@ export default Login
264
263
// __tests__/login.js
265
264
// again, these first two imports are something you' d normally handle in
266
265
// your testing framework configuration rather than importing them in every file.
267
- import ' @testing-library/react/cleanup-after-each'
268
266
import ' @testing-library/jest-dom/extend-expect'
269
267
import React from ' react'
270
268
import {render , fireEvent } from ' @testing-library/react'
You can’t perform that action at this time.
0 commit comments