Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/ext/test/string_/includes/is-implemented.js | 8 lines | 290 B | application/javascript | JavascriptLexer |
"use strict";
var assert = require("chai").assert
, isImplemented = require("../../../string_/includes/is-implemented");
describe("string_/includes/is-implemented", function () {
it("Should return boolean", function () { assert.equal(typeof isImplemented(), "boolean"); });
});