test(terminal) enabled

This commit is contained in:
coderaiser 2018-05-01 21:46:02 +03:00
parent 2ba0fffe85
commit 88acb4c9a8

View file

@ -56,9 +56,6 @@ test('cloudcmd: terminal: enabled', (t) => {
const terminal = require(terminalPath);
terminal(arg);
clean(configPath);
require(configPath);
t.ok(term.calledWith(arg), 'should call terminal');
t.end();
});
@ -79,9 +76,6 @@ test('cloudcmd: terminal: enabled: no string', (t) => {
console.log = log;
clean(configPath);
require(configPath);
t.end();
});