mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 20:37:48 +00:00
Update Underscore/Backbone tests and make them passable.
This commit is contained in:
3
vendor/underscore/test/chaining.js
vendored
3
vendor/underscore/test/chaining.js
vendored
@@ -17,7 +17,8 @@
|
||||
hash[l] = hash[l] || 0;
|
||||
hash[l]++;
|
||||
return hash;
|
||||
}, {}).value();
|
||||
}, {})
|
||||
.value();
|
||||
equal(counts.a, 16, 'counted all the letters in the song');
|
||||
equal(counts.e, 10, 'counted all the letters in the song');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user