Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Nov 29, 2024
1 parent b3a6d63 commit 6f18c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/hmr/__tests__/hmr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ if (!isBuild) {
await untilUpdated(async () => {
const el = await page.$('.virtual-dep')
return await el.textContent()
}, '[wow]1')
}, '[wow]2')
})

test('keep hmr reload after missing import on server startup', async () => {
Expand Down

0 comments on commit 6f18c1b

Please sign in to comment.