Skip to content

Commit

Permalink
chore: remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 20, 2024
1 parent 0684f20 commit 7d2b36e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/vitestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ export async function startDefaultServe(): Promise<void> {
if (isWatch) {
watcher = rollupOutput as RollupWatcher
await notifyRebuildComplete(watcher)
await new Promise<void>((resolve) => setTimeout(resolve, 1000))
}
if (buildConfig.__test__) {
buildConfig.__test__()
Expand Down

0 comments on commit 7d2b36e

Please sign in to comment.