From 4c75933701da04bf2f46adcdc21414678fccd8ec Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Mon, 30 Apr 2018 11:04:55 +0200 Subject: [PATCH] Fix changelog entry regarding `console` global (#6096) It referred to another PR instead of the one actually containing the changes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d653977e0f7..6363beb7c651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`