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