testing-library / jest-dom

:owl: Custom jest matchers to test the state of the DOM
https://testing-library.com/docs/ecosystem-jest-dom
MIT License
4.4k stars 391 forks source link

refactor: remove lodash altogether #633

Closed wojtekmaj closed 3 weeks ago

wojtekmaj commented 3 weeks ago

What:

Continues effort from #593; further improves on #592

Why:

Reduces @testing-library/jest-dom's install footprint by 1.35 MB

How:

Replaces remaining lodash method with custom function

Checklist:

wojtekmaj commented 3 weeks ago

Eh. only now I saw the discussion about maintainer's second thoughts.