gulpjs/bach

Add tests for iterating over objects

aashna956 opened this issue · 1 comments

Referencing: #28
Replacing lodash modules with arr-map will remove support for iterating over objects. The current tests do not test with objects, only arrays.

arr-map: https://github.com/jonschlinkert/arr-map

After reviewing, it seems that this module can't accept objects to iterate over so this test isn't needed.