Skip to content

Commit 6635d93

Browse files
jessecarfbcpojer
authored andcommitted
Remove retainLines from babel-jest (#5439)
1 parent dea270b commit 6635d93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
### Fixes
99

10+
* `[babel-jest]` Remove retainLines from babel-jest
11+
([#5326](https://github.com/facebook/jest/issues/5326))
1012
* `[jest-cli]` Glob patterns ignore non-`require`-able files (e.g. `README.md`)
1113
([#5199](https://github.com/facebook/jest/issues/5199))
1214
* `[jest-mock]` Add backticks support (\`\`) to `mock` a certain package via the

packages/babel-jest/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const createTransformer = (options: any) => {
6969
options = Object.assign({}, options, {
7070
plugins: (options && options.plugins) || [],
7171
presets: ((options && options.presets) || []).concat([jestPreset]),
72-
retainLines: true,
7372
sourceMaps: 'inline',
7473
});
7574
delete options.cacheDirectory;

0 commit comments

Comments
 (0)