testing-library / jest-dom

:owl: Custom jest matchers to test the state of the DOM

Home Page:https://testing-library.com/docs/ecosystem-jest-dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cost effective lodash

nike1v opened this issue · comments

Please replace lodash with it's smaller representatives, there are only 4 imports, this shouldn't take long.
Appreciate it!

Contributions are welcome on this one. I'm unlikely to do it anytime soon.

Also, since jest-dom is not normally used in a production web app, but in the development environment only, the bundle size is of less concern. But I'm open to doing better.

Idea: we could cross-reference our use of lodash with https://youmightnotneed.com/lodash/

Closed via #593