From bdb55f958b69cce134ffa9a06f1037b56fda1305 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Sun, 28 Apr 2024 18:18:37 +0300 Subject: [PATCH] revert --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7a1d2c8a55..9ebd22a9a606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2394,7 +2394,7 @@ We skipped 24.2.0 because a draft was accidentally published. Please use `24.3.0 - `[jest-snapshot]` Mark snapshots as obsolete when moved to an inline snapshot ([#6773](https://github.com/facebook/jest/pull/6773)) - `[jest-config]` Fix `--coverage` with `--findRelatedTests` overwriting `collectCoverageFrom` options ([#6736](https://github.com/facebook/jest/pull/6736)) -- `[jest-config]` Update default config for testURL from 'about:blank' to '' to address latest JSDOM security warning. ([#6792](https://github.com/facebook/jest/pull/6792)) +- `[jest-config]` Update default config for testURL from 'about:blank' to 'http://localhost' to address latest JSDOM security warning. ([#6792](https://github.com/facebook/jest/pull/6792)) - `[jest-cli]` Fix `testMatch` not working with negations ([#6648](https://github.com/facebook/jest/pull/6648)) - `[jest-cli]` Don't report promises as open handles ([#6716](https://github.com/facebook/jest/pull/6716)) - `[jest-each]` Add timeout support to parameterised tests ([#6660](https://github.com/facebook/jest/pull/6660))