Skip to content

Commit

Permalink
fix(react-webpack): use .jsx extension for JSX test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 16, 2025
1 parent 16a5f6b commit a79e985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-webpack/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
require: '@babel/register',
extension: ['js']
extension: ['js', 'jsx']
};
File renamed without changes.

0 comments on commit a79e985

Please sign in to comment.