PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/minimist/test/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/minimist/test/kv_short.js

var parse = require('../');
var test = require('tape');

test('short -k=v' , function (t) {
    t.plan(1);
    
    var argv = parse([ '-b=123' ]);
    t.deepEqual(argv, { b: 123, _: [] });
});

test('multi short -k=v' , function (t) {
    t.plan(1);
    
    var argv = parse([ '-a=whatever', '-b=robots' ]);
    t.deepEqual(argv, { a: 'whatever', b: 'robots', _: [] });
});


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home