added unit testing, and started implementing unit tests...phew
This commit is contained in:
12
node_modules/logform/levels.js
generated
vendored
Normal file
12
node_modules/logform/levels.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
const { Colorizer } = require('./colorize');
|
||||
|
||||
/*
|
||||
* Simple method to register colors with a simpler require
|
||||
* path within the module.
|
||||
*/
|
||||
module.exports = config => {
|
||||
Colorizer.addColors(config.colors || config);
|
||||
return config;
|
||||
};
|
Reference in New Issue
Block a user