Skip to content

Commit

Permalink
fix: update the test fail reason
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Oct 17, 2024
1 parent 3fdb1dc commit 484d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/react/__tests__/react.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if (!isBuild) {
)
})

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

0 comments on commit 484d3cf

Please sign in to comment.