mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Reword unit test and add entry to README.md.
Former-commit-id: e5d68317bb8f2688c256de096c58e1b49014a68c
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
ok(_() instanceof _);
|
||||
});
|
||||
|
||||
test('should pass through LoDash instances', function() {
|
||||
test('should return passed LoDash instances', function() {
|
||||
var wrapped = _([]);
|
||||
equal(_(wrapped), wrapped);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user