diff --git a/packages/babel-jest/README.md b/packages/babel-jest/README.md index 9284fecd12fc..6fd8ccc84bc4 100644 --- a/packages/babel-jest/README.md +++ b/packages/babel-jest/README.md @@ -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.