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.3.28 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.27 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.26 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.25 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.24 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.23 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.22 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.21 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.20 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.19 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.18 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.17 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.16 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.15 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.14 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.13 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.12 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.11g node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.10 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js
trusty-festivity-extension-2.3.9 node_modules/bower/node_modules/shell-quote/node_modules/array-filter/test/holes.js