UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (6 loc) 277 B
"use strict"; var assert = require("chai").assert , isImplemented = require("../../global-this/is-implemented"); describe("global-this/is-implemented", function () { it("Should return boolean", function () { assert.equal(typeof isImplemented(), "boolean"); }); });