Skip to content

Commit 7caef39

Browse files
RabinzonSimenB
authored andcommitted
chore(packages/babel-jest) readme (#6746)
1 parent 61b4342 commit 7caef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-jest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ yarn add --dev babel-jest babel-core
1313
> Note: If you are using babel version 7 you have to install `babel-jest` with
1414
>
1515
> ```bash
16-
> yarn add --dev babel-jest babel-core@^7.0.0-0 @babel/core
16+
> yarn add --dev babel-jest 'babel-core@^7.0.0-0' @babel/core
1717
> ```
1818
1919
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.

0 commit comments

Comments
 (0)