Sha256: e07aff2f52c67d7ff79ac169a474941ebaf9bc959cf7cc47b888c4177a89e329
Contents?: true
Size: 297 Bytes
Versions: 46
Compression:
Stored size: 297 Bytes
Contents
"use strict"; module.exports = function (t, a) { a.deep(t({ foo: "bar" }), [["foo", "bar"]], "Object"); a.deep(t("raz"), [["0", "r"], ["1", "a"], ["2", "z"]], "Primitive"); a.throws(function () { t(); }, TypeError, "Undefined"); a.throws(function () { t(null); }, TypeError, "Undefined"); };
Version data entries
46 entries across 46 versions & 2 rubygems