From 7a174cdbb4a63496f737d4fa24d93a431cacbd51 Mon Sep 17 00:00:00 2001 From: Dmitri Gabbasov Date: Mon, 17 Jul 2023 01:47:43 +0300 Subject: [PATCH] add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7e2690d1c7..461f20949ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fixes +- `[jest-circus]` Fix snapshot matchers in concurrent tests when nr of tests exceeds `maxConcurrency` ([#14335](https://github.com/jestjs/jest/pull/14335)) - `[jest-snapshot]` Move `@types/prettier` from `dependencies` to `devDependencies` ([#14328](https://github.com/jestjs/jest/pull/14328)) ### Chore & Maintenance