refactor(Cypress): add nodemodules
This commit is contained in:
7
node_modules/es5-ext/test/global.js
generated
vendored
Normal file
7
node_modules/es5-ext/test/global.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a.ok(t && typeof t === "object");
|
||||
a(typeof t.Array, "function");
|
||||
a("__global__" in Object.prototype, false);
|
||||
};
|
Reference in New Issue
Block a user