Skip to content

Commit

Permalink
test: fix custom serve teardown (#11316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 11, 2022
1 parent 9f65af1 commit 29abeea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/vitestSetup.ts
Expand Up @@ -165,7 +165,6 @@ beforeAll(async (s) => {
if (serve) {
server = await serve()
viteServer = mod.viteServer
return
}
} else {
await startDefaultServe()
Expand Down

0 comments on commit 29abeea

Please sign in to comment.