From 7d2b36e633c6c597051b4d218adef3b1ea292d9d Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:16:50 +0900 Subject: [PATCH] chore: remove wait --- playground/vitestSetup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/vitestSetup.ts b/playground/vitestSetup.ts index 84a6f8a210b9d3..abd38538d3f8a0 100644 --- a/playground/vitestSetup.ts +++ b/playground/vitestSetup.ts @@ -280,7 +280,6 @@ export async function startDefaultServe(): Promise { if (isWatch) { watcher = rollupOutput as RollupWatcher await notifyRebuildComplete(watcher) - await new Promise((resolve) => setTimeout(resolve, 1000)) } if (buildConfig.__test__) { buildConfig.__test__()