2016-11-29 13:24 GMT+01:00 Paolo Greppi <[email protected]>: > Since chai is in Debian I have re-enabled the original tests in > node-cliui, there is one failing and 23 passing: > > 1) cliui layoutDSL ignores ansi escape codes when measuring padding: > > AssertionError: expected [ Array(5) ] to deeply equal [ Array(5) ] > + expected - actual > > " |", > " __| __| | | _ \\", > " | | | | __/", > " \\__| _| \\__,_| \\___|", > - "" > + " " > ] > > at Context.<anonymous> > (/root/debian/node-cliui/node-cliui/test/cliui.js:441:17) > at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21) > at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7) > at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10) > at /usr/lib/nodejs/mocha/lib/runner.js:451:12 > at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14) > at /usr/lib/nodejs/mocha/lib/runner.js:308:7 > at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23) > at Immediate._onImmediate (/usr/lib/nodejs/mocha/lib/runner.js:275:5) > at processImmediate [as _immediateCallback] (timers.js:383:17) > > Has anybody an idea why ?
(please push commits so that we can sbuild easily). It works locally, but not in a clean sbuild chroot. No idea why. Something with how much console features are supported. I'm interested to find out why ! > Or should I just skip the failing test using the mocha skip > chain-function (http://mochajs.org/#inclusive-tests) ? Good idea - it's better than a patch ! Jérémy -- Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
