@@ -171,7 +171,7 @@ 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/jest-dom/extend-expect '
174+ import ' @testing-library/jest-dom'
175175// NOTE: jest-dom adds handy assertions to Jest and is recommended, but not required
176176
177177import React from ' react'
@@ -261,7 +261,7 @@ export default Login
261261// __tests__/login.js
262262// again, these first two imports are something you' d normally handle in
263263// your testing framework configuration rather than importing them in every file.
264- import ' @testing-library/jest-dom/extend-expect '
264+ import ' @testing-library/jest-dom'
265265import React from ' react'
266266import {render , fireEvent , screen } from ' @testing-library/react'
267267import Login from ' ../login'
@@ -521,6 +521,11 @@ Thanks goes to these people ([emoji key][emojis]):
521521 <td align="center"><a href="http://www.laurensbosscher.nl"><img src="https://avatars0.githubusercontent.com/u/13363196?v=4" width="100px;" alt=""/><br /><sub><b>Laurens Bosscher</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=LaurensBosscher" title="Code">💻</a></td>
522522 <td align="center"><a href="https://twitter.com/__sakito__"><img src="https://avatars1.githubusercontent.com/u/15010907?v=4" width="100px;" alt=""/><br /><sub><b>Sakito Mukai</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=sakito21" title="Documentation">📖</a></td>
523523 <td align="center"><a href="http://turkerteke.com"><img src="https://avatars3.githubusercontent.com/u/12457162?v=4" width="100px;" alt=""/><br /><sub><b>Türker Teke</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=tteke" title="Documentation">📖</a></td>
524+ <td align="center"><a href="http://linkedin.com/in/zachbrogan"><img src="https://avatars1.githubusercontent.com/u/319162?v=4" width="100px;" alt=""/><br /><sub><b>Zach Brogan</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=zbrogz" title="Code">💻</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=zbrogz" title="Tests">⚠️</a></td>
525+ </tr>
526+ <tr>
527+ <td align="center"><a href="https://ryota-murakami.github.io/"><img src="https://avatars2.githubusercontent.com/u/5501268?v=4" width="100px;" alt=""/><br /><sub><b>Ryota Murakami</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ryota-murakami" title="Documentation">📖</a></td>
528+ <td align="center"><a href="https://github.com/hottmanmichael"><img src="https://avatars3.githubusercontent.com/u/10534502?v=4" width="100px;" alt=""/><br /><sub><b>Michael Hottman</b></sub></a><br /><a href="#ideas-hottmanmichael" title="Ideas, Planning, & Feedback">🤔</a></td>
524529 </tr>
525530</table>
526531
0 commit comments