Skip to content

Commit

Permalink
chore: enable disabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Oct 18, 2024
1 parent 35c9b45 commit 18b9db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/react/__tests__/react.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ if (!isBuild) {
)
})

// Could not enable the js file transform by config
test.skip('should hmr files with "react/jsx-runtime"', async () => {
test('should hmr files with "react/jsx-runtime"', async () => {
expect(await page.textContent('#state-button')).toMatch('count is: 0')
await page.click('#state-button')
expect(await page.textContent('#state-button')).toMatch('count is: 1')
Expand Down

0 comments on commit 18b9db6

Please sign in to comment.