From 557a39ff995cf7688cc158b7f12375baa2a08584 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Mon, 19 Aug 2019 03:10:33 -0400 Subject: [PATCH] =?UTF-8?q?fix(linter):=20Fix=20linting=20failure=20introd?= =?UTF-8?q?uced=20in=20#8847=20=F0=9F=98=93=20(#8849)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesse Stuart --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88178e8c454..51ca552dcf52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - `[jest-fake-timers]` `getTimerCount` will not include cancelled immediates ([#8764](https://github.com/facebook/jest/pull/8764)) ### Chore & Maintenance + - `[docs]` Fix broken link pointing to legacy JS file in "Snapshot Testing". ### Performance