Skip to content

Commit a7126de

Browse files
rickhanloniicpojer
authored andcommitted
Correct changelog link, remove retainLines from ./.babelrc (#5442)
1 parent 6635d93 commit a7126de

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"transform-async-to-generator",
99
"transform-strict-mode",
1010
["transform-es2015-modules-commonjs", {"allowTopLevelThis": true}]
11-
],
12-
"retainLines": true
11+
]
1312
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
### Fixes
99

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

0 commit comments

Comments
 (0)