Skip to content

Commit

Permalink
chore(packages/babel-jest) readme (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabinzon authored and SimenB committed Jul 24, 2018
1 parent 61b4342 commit 7caef39
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7caef39

Please sign in to comment.