Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Aug 27, 2023
1 parent 2a664d8 commit 7a45597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/hmr/__tests__/hmr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ if (import.meta.hot) {
})

test('assets HMR', async () => {
await page.goto(viteTestUrl)
const el = await page.$('#logo')
await untilBrowserLogAfter(
() =>
Expand Down

0 comments on commit 7a45597

Please sign in to comment.