Buckets:
| ; | |
| var includes = 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'](function () { includes(undefined, 'a'); }, TypeError, 'undefined is not an object'); | |
| st['throws'](function () { includes(null, 'a'); }, TypeError, 'null is not an object'); | |
| st.end(); | |
| }); | |
| runTests(includes, t); | |
| t.end(); | |
| }); | |
Xet Storage Details
- Size:
- 442 Bytes
- Xet hash:
- 86ffe2f0d051fb46d82d2c7ae1b9d346a5d3abfa6c8cf365660c0dc043447219
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.