Skip to content

Commit

Permalink
Update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 13, 2018
1 parent 2f8c206 commit 08c8d1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/safe.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
var color = require('../safe');
require('../toxic')

var _styles = require('../lib/styles-name')
var colors = _styles.colors;
// var styles = _styles.styles;

console.log('\n\n $'.green + ' npm '.magenta + 'install '.yellow + 'colors-cli'.cyan + ' --save-dev');
console.log(' ' + color.underline('$ ' + 'npm'.magenta.underline + ' install'.yellow.underline + ' colors-cli --save-dev'));

var str = '"\\n Font Bright Color:\\n\\n " + ';

colors.forEach(function(key) {
Expand Down

0 comments on commit 08c8d1a

Please sign in to comment.