Description: enable chalk so that tests pass
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>
Last-Update: 2016-12-02

Index: node-cliui/test/cliui.js
===================================================================
--- node-cliui.orig/test/cliui.js
+++ node-cliui/test/cliui.js
@@ -6,6 +6,8 @@ var chalk = require('chalk')
 var cliui = require('../')
 var stripAnsi = require('strip-ansi')
 
+chalk.enabled = true;
+
 describe('cliui', function () {
   describe('div', function () {
     it("wraps text at 'width' if a single column is given", function () {
