geoblink / lodash-mixins

A collection of useful functions built on top of Lodash
MIT License
5 stars 0 forks source link

:bug: getTruthyKeys return falsy keys #44

Closed fofi closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.03%) to 94.764% when pulling 7f78cf50773949f1116f32794bb1dede48575745 on getTruthyKeys-falsy-keys into 5cb1dfc98ec8d5637b4c87ac3ba7cd525e039d41 on master.

fofi commented 3 years ago

So, the bug was when the key was falsy, right?

Yes, one problem we were having is that we had a falsy key, and that is not the expected behavior for this method