added unit testing, and started implementing unit tests...phew
This commit is contained in:
10
node_modules/colors/safe.js
generated
vendored
Normal file
10
node_modules/colors/safe.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
//
|
||||
// Remark: Requiring this file will use the "safe" colors API,
|
||||
// which will not touch String.prototype.
|
||||
//
|
||||
// var colors = require('colors/safe');
|
||||
// colors.red("foo")
|
||||
//
|
||||
//
|
||||
var colors = require('./lib/colors');
|
||||
module['exports'] = colors;
|
Reference in New Issue
Block a user