diff --git a/tests/examples-cases/with-proxy.ts b/tests/examples-cases/with-proxy.ts index bc64d4f..894d739 100644 --- a/tests/examples-cases/with-proxy.ts +++ b/tests/examples-cases/with-proxy.ts @@ -62,7 +62,7 @@ test('hmr test', async ({ page }) => { } }) -test.fixme('restart test', async ({ page }) => { +test('restart test', async ({ page }) => { let finishVite1: (() => Promise) | undefined let finishVite2: (() => Promise) | undefined