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:
7
node_modules/listr2/dist/utils/indent-string.js
generated
vendored
Normal file
7
node_modules/listr2/dist/utils/indent-string.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.indentString = void 0;
|
||||
function indentString(string, count) {
|
||||
return string.replace(/^(?!\s*$)/gm, ' '.repeat(count));
|
||||
}
|
||||
exports.indentString = indentString;
|
Reference in New Issue
Block a user