diff --git a/test/collection.js b/test/collection.js index ad775d87..dcef0c5b 100644 --- a/test/collection.js +++ b/test/collection.js @@ -119,6 +119,7 @@ test("at", 1, function() { equal(col.at(2), c); + equal(col.at(-2), c); }); test("pluck", 1, function() {