Sha256: d8c87637bd406b371c6a81c7064cf730274b27c3e40de372e96fa0b5b18f269b

Contents?: true

Size: 229 Bytes

Versions: 45

Compression:

Stored size: 229 Bytes

Contents

"use strict";

module.exports = function (t, a) {
	// Just sanity checks as proper tests are at isThenable
	var thenable = { then: function () {} };

	a.throws(function () {
		t({});
	}, TypeError);
	a(t(thenable), thenable);
};

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
govuk_publishing_components-16.19.0 node_modules/es5-ext/test/object/ensure-thenable.js
govuk_publishing_components-16.18.0 node_modules/es5-ext/test/object/ensure-thenable.js
govuk_publishing_components-16.17.0 node_modules/es5-ext/test/object/ensure-thenable.js
optimacms-0.4.3 spec/dummy/node_modules/es5-ext/test/object/ensure-thenable.js
optimacms-0.4.2 spec/dummy/node_modules/es5-ext/test/object/ensure-thenable.js