Skip to content

Commit

Permalink
Fix link to babel setup doc from webpack doc (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTARelix authored and cpojer committed Jan 21, 2018
1 parent d82c1c2 commit 36c705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
```

If you have JavaScript files that are transformed by Babel, you can
[enable support for Babel](GettingStarted.md#using-babel-with-jest) by
[enable support for Babel](GettingStarted.md#using-babel) by
installing the `babel-jest` plugin. Non-Babel JavaScript transformations can be
handled with Jest's
[`transform`](Configuration.md#transform-object-string-string) config option.
Expand Down

0 comments on commit 36c705b

Please sign in to comment.