From 5dd8bb9c44da8a8612a2f0db4544ad5de634cb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Fri, 29 Nov 2024 14:21:35 +0900 Subject: [PATCH] test: remove fixme from with-proxy>restart (#13) --- tests/examples-cases/with-proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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