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
171171// __tests__/hidden-message.js
172172// these imports are something you'd normally configure Jest to import for you
173173// 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'
175174import ' @testing-library/jest-dom/extend-expect'
176175// NOTE: jest-dom adds handy assertions to Jest and is recommended, but not required
177176
@@ -264,7 +263,6 @@ export default Login
264263// __tests__/login.js
265264// again, these first two imports are something you' d normally handle in
266265// your testing framework configuration rather than importing them in every file.
267- import ' @testing-library/react/cleanup-after-each'
268266import ' @testing-library/jest-dom/extend-expect'
269267import React from ' react'
270268import {render , fireEvent } from ' @testing-library/react'
You can’t perform that action at this time.
0 commit comments