@@ -380,7 +380,7 @@ test('pear shift --json <source> <destination>', async function ({ plan, is, ali
380
380
await running . inspector . evaluate ( '__PEAR_TEST__.ipc.close()' , { returnByValue : false } )
381
381
await running . inspector . close ( )
382
382
383
- alike ( tags , [ 'moving' , 'stdout' , ' complete', 'final' ] , 'should output correct tags' )
383
+ alike ( tags , [ 'moving' , 'complete' , 'final' ] , 'should output correct tags' )
384
384
is ( fs . existsSync ( path . join ( appStorage2 , 'test.txt' ) ) , true , 'should move app storage file to destination' )
385
385
const { code } = await running . until . exit
386
386
is ( code , 0 , 'should have exit code 0' )
@@ -539,7 +539,7 @@ test('pear shift --force --json <source> <destination>', async function ({ plan,
539
539
await running . inspector . evaluate ( '__PEAR_TEST__.ipc.close()' , { returnByValue : false } )
540
540
await running . inspector . close ( )
541
541
542
- alike ( tags , [ 'moving' , 'stdout' , ' complete', 'final' ] , 'should output correct tags' )
542
+ alike ( tags , [ 'moving' , 'complete' , 'final' ] , 'should output correct tags' )
543
543
is ( fs . existsSync ( path . join ( appStorage2 , 'test.txt' ) ) , true , 'should move app storage file to destination' )
544
544
is ( fs . existsSync ( path . join ( appStorage2 , 'testold.txt' ) ) , false , 'should delete existing app storage file at destination' )
545
545
const { code } = await running . until . exit
0 commit comments