HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/test/global-this/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/test/global-this/is-implemented.js
"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"); });
});