updated deps
This commit is contained in:
55
test/test.js
55
test/test.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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() {
|
||||
|
Reference in New Issue
Block a user