Skip to content

Commit

Permalink
fix: add comma to improve error message (#15328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuBB authored Sep 30, 2024
1 parent 7b5e820 commit 8a34840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ${DOT}If you are trying to use TypeScript, see ${chalk.underline(
${DOT}To have some of your "node_modules" files transformed, you can specify a custom ${chalk.bold(
'"transformIgnorePatterns"',
)} in your config.
${DOT}If you need a custom transformation specify a ${chalk.bold(
${DOT}If you need a custom transformation, specify a ${chalk.bold(
'"transform"',
)} option in your config.
${DOT}If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the ${chalk.bold(
Expand Down

0 comments on commit 8a34840

Please sign in to comment.