Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(packages/babel-jest) readme
  • Loading branch information
Rabinzon committed Jul 24, 2018
commit ca20b31a5e15d303659c35a692fee494a4534540
2 changes: 1 addition & 1 deletion packages/babel-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ yarn add --dev babel-jest babel-core
> Note: If you are using babel version 7 you have to install `babel-jest` with
>
> ```bash
> yarn add --dev babel-jest babel-core@^7.0.0-0 @babel/core
> yarn add --dev babel-jest 'babel-core@^7.0.0-0' @babel/core
> ```

If you would like to write your own preprocessor, uninstall and delete babel-jest and set the [config.transform](https://jestjs.io/docs/configuration#transform-object-string-string) option to your preprocessor.
Expand Down