feature: cloudcmd: @iocmd/wait v2.1.0

This commit is contained in:
coderiaser 2025-07-02 21:17:14 +03:00
parent 5f0391fc44
commit 2eb3dc6692
2 changed files with 1 additions and 3 deletions

View file

@ -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();
});