Fixed some issues in test files

This commit is contained in:
Angelos Chalaris
2018-06-18 19:07:48 +03:00
parent ed3b40c4f2
commit a3390a6588
31 changed files with 1390 additions and 2080 deletions

View File

@ -15,5 +15,5 @@ bgBlue: `\x1b[44m${args.join(' ')}\x1b[0m`,
bgMagenta: `\x1b[45m${args.join(' ')}\x1b[0m`,
bgCyan: `\x1b[46m${args.join(' ')}\x1b[0m`,
bgWhite: `\x1b[47m${args.join(' ')}\x1b[0m`
});
module.exports = colorize;