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