I had to move the comments in the .gitignore to a separate line, otherwise the dir wouldn't be ignored for me. Not sure if there is anything on my side that is broken?
I inlined keyMirror but forEachObject I replaced with Object.keys and a for of loop
Summary
Closes #321
I had to move the comments in the
.gitignore
to a separate line, otherwise the dir wouldn't be ignored for me. Not sure if there is anything on my side that is broken?I inlined
keyMirror
butforEachObject
I replaced withObject.keys
and afor of
loopTest plan
Existing tests pass