/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
array.prototype.flat
/
test
/
/home/techb158/balavpn.abdallabala.com/node_modules/array.prototype.flat/test
mkdir
upload
Name
Size
Mode
Actions
implementation.js
597
0666
edit
dl
rm
index.js
448
0666
edit
dl
rm
shimmed.js
1275
0666
edit
dl
rm
tests.js
1366
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/array.prototype.flat/test/index.js
(448B)
'use strict'; var flatten = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { t.test('bad array/this value', function (st) { st['throws'](flatten.bind(null, undefined, function () {}), TypeError, 'undefined is not an object'); st['throws'](flatten.bind(null, null, function () {}), TypeError, 'null is not an object'); st.end(); }); runTests(flatten, t); t.end(); });
Save
cmd:
run