mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(terminal) disabled
This commit is contained in:
parent
82e379ee7f
commit
5ec7d838ac
1 changed files with 1 additions and 2 deletions
|
|
@ -17,9 +17,8 @@ test('cloudcmd: terminal: disabled', (t) => {
|
|||
const terminal = require('../../server/terminal');
|
||||
|
||||
const fn = terminal();
|
||||
const noop = () => {};
|
||||
|
||||
t.equal(String(fn), String(noop), 'should return noop');
|
||||
t.notOk(fn(), 'should return noop');
|
||||
|
||||
clean(configPath);
|
||||
require(configPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue