Skip to content

Commit

Permalink
Remove retainLines from babel-jest (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecarfb authored and cpojer committed Feb 2, 2018
1 parent dea270b commit 6635d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

### Fixes

* `[babel-jest]` Remove retainLines from babel-jest
([#5326](https://github.com/facebook/jest/issues/5326))
* `[jest-cli]` Glob patterns ignore non-`require`-able files (e.g. `README.md`)
([#5199](https://github.com/facebook/jest/issues/5199))
* `[jest-mock]` Add backticks support (\`\`) to `mock` a certain package via the
Expand Down
1 change: 0 additions & 1 deletion packages/babel-jest/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const createTransformer = (options: any) => {
options = Object.assign({}, options, {
plugins: (options && options.plugins) || [],
presets: ((options && options.presets) || []).concat([jestPreset]),
retainLines: true,
sourceMaps: 'inline',
});
delete options.cacheDirectory;
Expand Down

0 comments on commit 6635d93

Please sign in to comment.