Reword unit test and add entry to README.md.

Former-commit-id: e5d68317bb8f2688c256de096c58e1b49014a68c
This commit is contained in:
John-David Dalton
2012-05-26 00:09:24 -04:00
parent dde3eb2e36
commit 43ea0c9072
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
});