File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import {fileURLToPath} from 'node:url';
33import { readFileSync } from 'node:fs' ;
44import { test , stub } from 'supertape' ;
55import serveOnce from 'serve-once' ;
6- import threadIt from 'thread-it' ;
76import userMenu from './user-menu.mjs' ;
87
98const __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} ) ;
You can’t perform that action at this time.
0 commit comments