mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Update builds, docs, and add a unit test for the _.findWhere alias.
This commit is contained in:
@@ -1372,8 +1372,9 @@
|
||||
});
|
||||
|
||||
if (methodName == 'find') {
|
||||
test('should be aliased', 1, function() {
|
||||
test('should be aliased', 2, function() {
|
||||
strictEqual(_.detect, func);
|
||||
strictEqual(_.findWhere, func);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user