refactor(Cypress): add nodemodules
This commit is contained in:
8
node_modules/ext/test/string_/includes/is-implemented.js
generated
vendored
Normal file
8
node_modules/ext/test/string_/includes/is-implemented.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"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"); });
|
||||
});
|
Reference in New Issue
Block a user