mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
feature: cloudcmd: @iocmd/wait v2.1.0
This commit is contained in:
parent
5f0391fc44
commit
2eb3dc6692
2 changed files with 1 additions and 3 deletions
|
|
@ -156,6 +156,7 @@
|
|||
"@cloudcmd/modal": "^3.0.0",
|
||||
"@cloudcmd/olark": "^3.0.2",
|
||||
"@cloudcmd/stub": "^4.0.1",
|
||||
"@iocmd/wait": "^2.1.0",
|
||||
"@putout/plugin-cloudcmd": "^4.0.0",
|
||||
"@types/node-fetch": "^2.6.11",
|
||||
"auto-globals": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import {fileURLToPath} from 'node:url';
|
|||
import {readFileSync} from 'node:fs';
|
||||
import {test, stub} from 'supertape';
|
||||
import serveOnce from 'serve-once';
|
||||
import threadIt from 'thread-it';
|
||||
import userMenu from './user-menu.mjs';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
|
@ -67,8 +66,6 @@ test('cloudcmd: user menu: io.cp', async (t) => {
|
|||
options,
|
||||
});
|
||||
|
||||
threadIt.terminate();
|
||||
|
||||
t.equal(body, fixtureCopyFix);
|
||||
t.end();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue