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