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

chore(jest-transform): refactor transformer API to reduce number of arguments #10834

Merged
merged 16 commits into from Nov 16, 2020
4 changes: 3 additions & 1 deletion packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts
Expand Up @@ -56,7 +56,9 @@ ${DOT}If you simply want to mock your non-JS modules (e.g. binary assets) you ca
)} config option.

You'll find more details and examples of these config options in the docs:
${chalk.cyan('https://jestjs.io/docs/en/configuration.html')}
${chalk.cyan('https://jestjs.io/docs/en/configuration')}
For information about custom transformations, see:
${chalk.cyan('http://localhost:3000/docs/en/code-transformation')}
SimenB marked this conversation as resolved.
Show resolved Hide resolved

${chalk.bold.red('Details:')}

Expand Down