Skip to content

Commit 2eb3dc6

Browse files
committed
feature: cloudcmd: @iocmd/wait v2.1.0
1 parent 5f0391f commit 2eb3dc6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"@cloudcmd/modal": "^3.0.0",
157157
"@cloudcmd/olark": "^3.0.2",
158158
"@cloudcmd/stub": "^4.0.1",
159+
"@iocmd/wait": "^2.1.0",
159160
"@putout/plugin-cloudcmd": "^4.0.0",
160161
"@types/node-fetch": "^2.6.11",
161162
"auto-globals": "^4.0.0",

server/user-menu.spec.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {fileURLToPath} from 'node:url';
33
import {readFileSync} from 'node:fs';
44
import {test, stub} from 'supertape';
55
import serveOnce from 'serve-once';
6-
import threadIt from 'thread-it';
76
import userMenu from './user-menu.mjs';
87

98
const __filename = fileURLToPath(import.meta.url);
@@ -67,8 +66,6 @@ test('cloudcmd: user menu: io.cp', async (t) => {
6766
options,
6867
});
6968

70-
threadIt.terminate();
71-
7269
t.equal(body, fixtureCopyFix);
7370
t.end();
7471
});

0 commit comments

Comments
 (0)