mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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
|
|
@ -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