test(stderr): test if stderr work
This commit is contained in:
parent
85f99bb677
commit
6be301b1a4
3 changed files with 35 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
'use strict';
|
||||
const chalk = require('..');
|
||||
const cherr = require('../stderr');
|
||||
|
||||
console.log(chalk.hex('#ff6159')('test'));
|
||||
console.error(cherr.hex('#ffe861')('test stderr'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue