You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -549,9 +552,6 @@ test('should start the server with watch options that the child process restart
549
552
awaitfastifyEmitter.stop()
550
553
})
551
554
552
-
awaitonce(fastifyEmitter,'start')
553
-
t.pass('should receive start event')
554
-
555
555
awaitonce(fastifyEmitter,'ready')
556
556
t.pass('should receive ready event')
557
557
@@ -563,9 +563,8 @@ test('should start the server with watch options that the child process restart
563
563
t.pass('should receive restart event')
564
564
})
565
565
566
-
// TODO remove skip
567
-
test('should start the server with watch and verbose-watch options that the child process restart when directory changed with console message about changes ',{skip: true},async(t)=>{
568
-
t.plan(5)
566
+
test('should start the server with watch and verbose-watch options that the child process restart when directory changed with console message about changes ',{skip: process.platform==='win32'},async(t)=>{
567
+
t.plan(4)
569
568
570
569
constspy=sinon.spy()
571
570
constwatch=proxyquire('../lib/watch',{
@@ -580,8 +579,10 @@ test('should start the server with watch and verbose-watch options that the chil
0 commit comments