Skip to content

Commit

Permalink
fix: support jsx extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 11, 2025
1 parent d1cd83b commit 2652496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const defaultOptions = {
sw: undefined,
cov: false,
reportDir: '.nyc_output',
extensions: 'js,cjs,mjs,ts,tsx',
extensions: 'js,cjs,mjs,ts,tsx,jsx',
buildConfig: {},
buildSWConfig: {},
browserContextOptions: {},
Expand Down

0 comments on commit 2652496

Please sign in to comment.