diff --git a/docs/config-files.md b/docs/config-files.md index 239af1f90d..90e537cd19 100644 --- a/docs/config-files.md +++ b/docs/config-files.md @@ -249,7 +249,7 @@ your Jest options via the [transform option](https://jestjs.io/docs/en/configura so all JS files will be processed with your version of `babel-jest` with the option enabled. -> NOTE: When using `babel-jest` ≤ 26, you must omit the `.default` part: `require("babel-jest").createTransformer({ ...`. +> NOTE: When using `babel-jest` ≤ 27, you must omit the `.default` part: `require("babel-jest").createTransformer({ ...`. #### Others