refactor(Cypress): add nodemodules
This commit is contained in:
10
node_modules/ext/test/global-this/index.js
generated
vendored
Normal file
10
node_modules/ext/test/global-this/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
var isObject = require("type/object/is")
|
||||
, assert = require("chai").assert
|
||||
, globalThis = require("../../global-this");
|
||||
|
||||
describe("global-this", function () {
|
||||
it("Should be an object", function () { assert(isObject(globalThis)); });
|
||||
it("Should be a global object", function () { assert.equal(globalThis.Array, Array); });
|
||||
});
|
Reference in New Issue
Block a user