We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6635d93 commit a7126deCopy full SHA for a7126de
2 files changed
.babelrc
@@ -8,6 +8,5 @@
8
"transform-async-to-generator",
9
"transform-strict-mode",
10
["transform-es2015-modules-commonjs", {"allowTopLevelThis": true}]
11
- ],
12
- "retainLines": true
+ ]
13
}
CHANGELOG.md
@@ -8,7 +8,7 @@
### Fixes
* `[babel-jest]` Remove retainLines from babel-jest
- ([#5326](https://github.com/facebook/jest/issues/5326))
+ ([#5326](https://github.com/facebook/jest/pull/5439))
* `[jest-cli]` Glob patterns ignore non-`require`-able files (e.g. `README.md`)
([#5199](https://github.com/facebook/jest/issues/5199))
14
* `[jest-mock]` Add backticks support (\`\`) to `mock` a certain package via the
0 commit comments