refactor(Cypress): add nodemodules
This commit is contained in:
7
node_modules/es5-ext/test/promise/#/finally/implement.js
generated
vendored
Normal file
7
node_modules/es5-ext/test/promise/#/finally/implement.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var isImplemented = require("../../../../promise/#/finally/is-implemented");
|
||||
|
||||
if (typeof Promise !== "function") global.Promise = require("plain-promise");
|
||||
|
||||
module.exports = function (a) { a(isImplemented(), true); };
|
Reference in New Issue
Block a user