Package: node-chalk / 1.1.3-2

Metadata

Package Version Patches format
node-chalk 1.1.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 remove_windows_tests.diff | (download)

test.js | 60 0 + 60 - 0 !
1 file changed, 60 deletions(-)

 remove build dependency on modules only required for
 testing on Windows.
01 test_enabled.diff | (download)

test.js | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 enable chalk tests
 After some investigations in
 https://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2016-November/015662.html
 I discovered that for the build tests to pass, the chalk.enabled
 (https://github.com/chalk/chalk#chalkenabled) flag has to be explicitly
 set to true.