Skip to content

Commit

Permalink
Update docs/config-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Jun 21, 2021
1 parent 44315bc commit 1b2931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` ≤ 27, 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

Expand Down

0 comments on commit 1b2931d

Please sign in to comment.