8889841chome/clixcotz/mars.clix.co.tz/node_modules/type/test/lib/is-to-string-tag-supported.js000066600000000466150515430030025151 0ustar00"use strict"; var assert = require("chai").assert , isToStringTagSupported = require("../../lib/is-to-string-tag-supported"); describe("lib/is-to-string-tag-supported", function () { it("Should return boolean", function () { assert(typeof isToStringTagSupported === "boolean"); }); });