refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
5
node_modules/cypress/lib/fs.js
generated
vendored
Normal file
5
node_modules/cypress/lib/fs.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
const Promise = require('bluebird');
|
||||
|
||||
module.exports = Promise.promisifyAll(require('fs-extra'));
|
Reference in New Issue
Block a user