Skip to content

Commit

Permalink
Correct changelog link, remove retainLines from ./.babelrc (#5442)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii authored and cpojer committed Feb 2, 2018
1 parent 6635d93 commit a7126de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"transform-async-to-generator",
"transform-strict-mode",
["transform-es2015-modules-commonjs", {"allowTopLevelThis": true}]
],
"retainLines": true
]
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
* `[jest-mock]` Add backticks support (\`\`) to `mock` a certain package via the
Expand Down

2 comments on commit a7126de

@jessecarfb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rickhanlonii!

@rickhanlonii
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np!

Please sign in to comment.