mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(terminal) enabled
This commit is contained in:
parent
2ba0fffe85
commit
88acb4c9a8
1 changed files with 0 additions and 6 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue