From fc2d1e1234aa0d89dae25ff0dfc022c7bbd62a4d Mon Sep 17 00:00:00 2001 From: Eric tyrrell Date: Sat, 16 Sep 2023 14:55:23 -0400 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad62c461e9a..d88e276a7a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixes - `[jest-leak-detector]` Make leak-detector more aggressive when running GC ([#14526](https://github.com/jestjs/jest/pull/14526)) -- `[jest-test-sequencer, jest-core]` Exposes globalConfig to TestSequencer ([#14535](https://github.com/jestjs/jest/pull/14535)) +- `[jest-test-sequencer, jest-core]` Exposes globalConfig & contexts to TestSequencer ([#14535](https://github.com/jestjs/jest/pull/14535)) ### Performance