make collection.index function to handle failing tests

This commit is contained in:
Max Grossman
2018-12-17 17:16:10 -05:00
parent d8de9e785e
commit 8f33a85a12
6 changed files with 18 additions and 6 deletions
-1
View File
@@ -9,7 +9,6 @@ import _isEmpty from 'lodash-es/isEmpty';
import _forEach from 'lodash-es/forEach';
import _map from 'lodash-es/map';
import _omit from 'lodash-es/omit';
import _reduce from 'lodash-es/reduce';
import _reject from 'lodash-es/reject';
import _values from 'lodash-es/values';
import _without from 'lodash-es/without';