test(stderr): test if stderr work

This commit is contained in:
Pavel Lang 2018-12-27 19:05:58 +01:00
parent 85f99bb677
commit 6be301b1a4
No known key found for this signature in database
GPG key ID: 623A223A57974B55
3 changed files with 35 additions and 0 deletions

View file

@ -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'));