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:
12
node_modules/listr2/dist/utils/logger.constants.d.ts
generated
vendored
Normal file
12
node_modules/listr2/dist/utils/logger.constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/** Default loglevels for the logger */
|
||||
export declare enum LogLevels {
|
||||
SILENT = "SILENT",
|
||||
FAILED = "FAILED",
|
||||
SKIPPED = "SKIPPED",
|
||||
SUCCESS = "SUCCESS",
|
||||
DATA = "DATA",
|
||||
STARTED = "STARTED",
|
||||
TITLE = "TITLE",
|
||||
RETRY = "RETRY",
|
||||
ROLLBACK = "ROLLBACK"
|
||||
}
|
Reference in New Issue
Block a user