Skip to content

Commit 7d2b36e

Browse files
committed
chore: remove wait
1 parent 0684f20 commit 7d2b36e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/vitestSetup.ts

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export async function startDefaultServe(): Promise<void> {
280280
if (isWatch) {
281281
watcher = rollupOutput as RollupWatcher
282282
await notifyRebuildComplete(watcher)
283-
await new Promise<void>((resolve) => setTimeout(resolve, 1000))
284283
}
285284
if (buildConfig.__test__) {
286285
buildConfig.__test__()

0 commit comments

Comments
 (0)