From 1eac8ca1ee5d56109627b6fd621978af1767fa52 Mon Sep 17 00:00:00 2001 From: ibuibu Date: Tue, 28 Feb 2023 08:27:57 +0900 Subject: [PATCH] test --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f5bbe26c2b..2740c0289595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Features +- `[expect-util]` Update toStrictEqual() to be able to check jest.fn().mock.calls etc. ([#13960](https://github.com/facebook/jest/pull/13960)) - `[jest-changed-files]` Support Sapling ([#13941](https://github.com/facebook/jest/pull/13941)) - `[jest-circus, @jest/cli, jest-config]` Add feature to randomize order of tests via CLI flag or through the config file([#12922](https://github.com/facebook/jest/pull/12922)) - `[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types]` Add `workerThreads` configuration option to allow using [worker threads](https://nodejs.org/dist/latest/docs/api/worker_threads.html) for parallelization ([#13939](https://github.com/facebook/jest/pull/13939))