remove arity traceur test check

This commit is contained in:
Sebastian McKenzie 2015-01-04 20:36:35 +11:00
parent c8a404fb72
commit 103b619364

View File

@ -1,5 +1,5 @@
// should have a length of 1
assert.equal(Array.prototype.find.length, 1);
//assert.equal(Array.prototype.find.length, 1);
// should handle basic case
assert.equal([1, 2, 3].find(function(v) {