Sha256: 559da162b7ac8cb3beb93fd3603baf17f1decbeebbabe82d24bb4ddb2570f118

Contents?: true

Size: 244 Bytes

Versions: 76

Compression:

Stored size: 244 Bytes

Contents

var filter = require('..');
var test = require('tape');

test('skip over holes', function(t) {
  var arr = new Array(5);
  delete arr.filter;
  var res = filter(arr, function(el) {
    return false;
  });
  t.deepEqual(res, []);
  t.end();
});

Version data entries

76 entries across 76 versions & 4 rubygems

Version Path
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
brwy_rails-0.0.4 test/dummy/node_modules/array-filter/test/holes.js
brwy_rails-0.0.3 test/dummy/node_modules/array-filter/test/holes.js
brwy_rails-0.0.2 test/dummy/node_modules/array-filter/test/holes.js
brwy_rails-0.0.1 test/dummy/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.3 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.2 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.1 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.5.0 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.6 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.5 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.4 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.3 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.2 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.1 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.4.0 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.30 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.29 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js