Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 5, 2024
1 parent 714079b commit aa000e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/rolldown-dev-react/__tests__/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test.runIf(!isBuild)('hmr css', async () => {
await page.getByRole('button', { name: 'Count: 3' }).click()
})

test.runIf(!isBuild).only('hmr new file', async () => {
test.runIf(!isBuild)('hmr new file', async () => {
await page.goto(viteTestUrl)
await page.getByRole('button', { name: 'Count: 0' }).click()

Expand Down

0 comments on commit aa000e0

Please sign in to comment.