From 9f4e4e0b0d8b8c7f8556cb466e8527b2f33bc633 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 4 Feb 2019 17:15:09 +0100 Subject: [PATCH] link to PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c46e5d0494..9fd3a929f0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - `[jest-cli]` Load transformers before installing require hooks ([#7752](https://github.com/facebook/jest/pull/7752) - `[jest-cli]` Handle missing `numTodoTests` in test results ([#7779](https://github.com/facebook/jest/pull/7779)) - `[jest-runtime]` Exclude setup/teardown files from coverage report ([#7790](https://github.com/facebook/jest/pull/7790) -- `[babel-plugin-jest-hoist]` Ignore TS type references when looking for out-of-scope references +- `[babel-plugin-jest-hoist]` Ignore TS type references when looking for out-of-scope references ([#7799](https://github.com/facebook/jest/pull/7799) ### Chore & Maintenance