Sha256: 2eb28144bc4c135fe050c516510293ee2520228edb61026d19282ddb14844a23

Contents?: true

Size: 424 Bytes

Versions: 47

Compression:

Stored size: 424 Bytes

Contents

'use strict';

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(includes.bind(null, undefined, 'a'), TypeError, 'undefined is not an object');
		st.throws(includes.bind(null, null, 'a'), TypeError, 'null is not an object');
		st.end();
	});

	runTests(includes, t);

	t.end();
});

Version data entries

47 entries across 47 versions & 4 rubygems

Version Path
govuk_publishing_components-18.0.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.21.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.20.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.19.1 node_modules/array-includes/test/index.js
govuk_publishing_components-17.19.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.18.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.17.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.16.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.15.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.14.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.13.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.12.2 node_modules/array-includes/test/index.js
govuk_publishing_components-17.12.1 node_modules/array-includes/test/index.js
govuk_publishing_components-17.12.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.11.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.10.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.9.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.8.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.7.0 node_modules/array-includes/test/index.js
govuk_publishing_components-17.6.1 node_modules/array-includes/test/index.js