Skip to content

Commit

Permalink
Explicitly state where the useBabelrc flag is
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar authored Jul 18, 2017
1 parent 250da82 commit d063469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Simply add skipBabel to your global variables under the `ts-jest` key:

### Using `.babelrc`

When using Babel, ts-jest, by default, doesn't use the `.babelrc` file. If you want ts-jest to use `.babelrc`, you should set the `globals > ts-jest > useBabelrc` flag to `true`.
When using Babel, ts-jest, by default, doesn't use the `.babelrc` file. If you want ts-jest to use `.babelrc`, you should set the `globals > ts-jest > useBabelrc` flag to `true` in the `jest` section in `package.json`.

```json
{
Expand Down

0 comments on commit d063469

Please sign in to comment.