From ef5a9e3cbe8790c2edc0848849dfbc20ff56307a Mon Sep 17 00:00:00 2001 From: Petter Nordholm Date: Fri, 24 May 2019 09:49:46 +0200 Subject: [PATCH] Added pull request to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea66aee969ad..dbfe4d39602f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - `[babel-plugin-jest-hoist]` Expand list of whitelisted globals in global mocks ([#8429](https://github.com/facebook/jest/pull/8429) - `[jest-core]` Make watch plugin initialization errors look nice ([#8422](https://github.com/facebook/jest/pull/8422)) +- `[jest-snapshot]` Prevent inline snapshots from drifting when inline snapshots are updated ([#8492](https://github.com/facebook/jest/pull/8492)) ### Chore & Maintenance