mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
6
node_modules/minimist/test/dotted.js
generated
vendored
6
node_modules/minimist/test/dotted.js
generated
vendored
@@ -14,9 +14,3 @@ test('dotted default', function (t) {
|
||||
t.equal(argv.aa.bb, 11);
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('dotted default with no alias', function (t) {
|
||||
var argv = parse('', {default: {'a.b': 11}});
|
||||
t.equal(argv.a.b, 11);
|
||||
t.end();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user