Package: node-cli-cursor / 1.0.2-1

Metadata

Package Version Patches format
node-cli-cursor 1.0.2-1 3.0 (quilt)

Patch series

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

test.js | 48 20 + 28 - 0 !
1 file changed, 20 insertions(+), 28 deletions(-)

 change from ava to mocha as test runner (ava is not yet
 available as a Debian package). Skip the xo style linter test step
 (xo is not available as a Debian package).
 Something like:
 sed -i 's/t => {/function() {/g' test.js 
 sed -i 's/t.is/assert.equal/g' test.js 
01 nodejs.diff | (download)

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

 patch the name of the nodejs binary.