Description: enable chalk so that tests pass
 see: https://github.com/chalk/chalk#chalkenabled
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>
Last-Update: 2018-11-21

Index: node-cliui/test/cliui.js
===================================================================
--- node-cliui.orig/test/cliui.js
+++ node-cliui/test/cliui.js
@@ -9,6 +9,8 @@ var chalk = require('chalk')
 var cliui = require('../')
 var stripAnsi = require('strip-ansi')
 
+chalk.enabled = true;
+
 describe('cliui', function () {
   describe('resetOutput', function () {
     it('should set lines to empty', function () {
