From 45cae4160202c24d5272e5771365a9d5eb0d4461 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 19 Jan 2025 11:32:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fc76d6a039..5e23fc489f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,7 +93,6 @@ - `[jest-util]` Always load `mjs` files with `import` ([#15447](https://github.com/jestjs/jest/pull/15447)) - `[jest-worker]` Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular ([#15191](https://github.com/jestjs/jest/pull/15191)) - `[jest-worker]` Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt ([#15191](https://github.com/jestjs/jest/pull/15191)) -- `[jest-worker]` Resolved an incorrect assertion in the unit tests of the `jest-worker` package. ([#15467](https://github.com/jestjs/jest/pull/15467)) ### Performance