Skip to content

Commit

Permalink
Fix changelog entry regarding console global (#6096)
Browse files Browse the repository at this point in the history
It referred to another PR instead of the one actually containing the changes.
  • Loading branch information
byCedric authored and thymikee committed Apr 30, 2018
1 parent f0b1271 commit 4c75933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* `[jest-worker]` Stick calls to workers before processing them
([#6073](https://github.com/facebook/jest/pull/6073))
* `[babel-plugin-jest-hoist]` Allow using `console` global variable
([#6074](https://github.com/facebook/jest/pull/6074))
([#6075](https://github.com/facebook/jest/pull/6075))
* `[jest-jasmine2]` Always remove node core message from assert stack traces
([#6055](https://github.com/facebook/jest/pull/6055))
* `[expect]` Add stack trace when `expect.assertions` and `expect.hasAssertions`
Expand Down

0 comments on commit 4c75933

Please sign in to comment.