Skip to content

Commit

Permalink
Update docs/config-files.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <[email protected]>
  • Loading branch information
JLHwung and SimenB authored May 27, 2021
1 parent 5cdcd72 commit 44315bc
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` &le; 26, you must omit the `.default` part: `require("babel-jest").createTransformer({ ...`.
> NOTE: When using `babel-jest` &le; 27, you must omit the `.default` part: `require("babel-jest").createTransformer({ ...`.
#### Others

Expand Down

0 comments on commit 44315bc

Please sign in to comment.