mirror of
https://github.com/actions/setup-node.git
synced 2025-12-18 03:11:39 +08:00
.
This commit is contained in:
9
node_modules/minimist/test/parse_modified.js
generated
vendored
9
node_modules/minimist/test/parse_modified.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
var parse = require('../');
|
||||
var test = require('tape');
|
||||
|
||||
test('parse with modifier functions' , function (t) {
|
||||
t.plan(1);
|
||||
|
||||
var argv = parse([ '-b', '123' ], { boolean: 'b' });
|
||||
t.deepEqual(argv, { b: true, _: [123] });
|
||||
});
|
||||
Reference in New Issue
Block a user