Add semicolon for tdd exports
This commit is contained in:
@ -16,4 +16,4 @@ bgMagenta: `\x1b[45m${args.join(' ')}\x1b[0m`,
|
||||
bgCyan: `\x1b[46m${args.join(' ')}\x1b[0m`,
|
||||
bgWhite: `\x1b[47m${args.join(' ')}\x1b[0m`
|
||||
});
|
||||
module.exports = colorize
|
||||
module.exports = colorize;
|
||||
Reference in New Issue
Block a user