Skip to content

Commit

Permalink
Uncommented the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
airportyh committed Sep 28, 2013
1 parent f808a04 commit f41fd51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests.js
Expand Up @@ -15,7 +15,7 @@ test('call constructor w/o new dont matter', function(t){
t.assert(Array() instanceof Array, 'is instanceof MantaRay')
t.end()
})
/*

test('access', function(t){
var ray = new Array(1)
t.equal(ray.get(0), 1)
Expand Down Expand Up @@ -116,4 +116,3 @@ test('fires remove on clear', function(t){
t.deepEqual(onRemove.lastCall.args, [[0, 1], [1, 2]])
t.end()
})
*/

0 comments on commit f41fd51

Please sign in to comment.