From 612d480b9147eed811246058731f7706d01c9814 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Thu, 27 Oct 2022 23:03:10 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494e36427afb..1721be9a79ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### Features +- `[jest-runtime]` Support WASM imports ([#13505](https://github.com/facebook/jest/pull/13505)) + ### Fixes - `[jest-mock]` Treat cjs modules as objects so they can be mocked ([#13513](https://github.com/facebook/jest/pull/13513))