Skip to content

Commit

Permalink
test: remove fixme from with-proxy>restart (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 29, 2024
1 parent a9fd288 commit 5dd8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples-cases/with-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test('hmr test', async ({ page }) => {
}
})

test.fixme('restart test', async ({ page }) => {
test('restart test', async ({ page }) => {
let finishVite1: (() => Promise<void>) | undefined
let finishVite2: (() => Promise<void>) | undefined

Expand Down

0 comments on commit 5dd8bb9

Please sign in to comment.