updated deps

This commit is contained in:
2016-04-05 01:22:11 +02:00
parent 7eed737120
commit 65d50ab238
5 changed files with 27 additions and 60 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,15 +23,6 @@ describe("smartcli",function(){
});
var checkCommandPresenceTest = function() {
if (smartcli.check.commandPresence()) {
beautylog.success('There are commands present, like supposed to. Perfect!');
} else {
beautylog.error('There do not seem to be any commands present... This is wrong');
process.exit(1);
}
};
checkCommandPresenceTest();
var checkCommandArgumentTest = function() {