Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react-webpack): use .jsx extension for JSX test #108

Merged
merged 2 commits into from
Feb 16, 2025

Conversation

JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg commented Feb 16, 2025

PR Checklist

Overview

Node versioning was a bit of a red herring: the real issue was that a .js file, app.spec.js, was using JSX syntax. This renames all files with JSX syntax from .js to .jsx.

Additional bonus fix: opn-cli is deprecated and replaced by open.

@JoshuaKGoldberg
Copy link
Member Author

Other test failures are not from this example: #109, #110.

@JoshuaKGoldberg JoshuaKGoldberg merged commit b591201 into mochajs:main Feb 16, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: react/webpack example breaks on JSX syntax in a .js file
1 participant