From 8a9172b5db2e01cf8c7ad2bba32133b9cd913146 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Tue, 3 Oct 2023 00:02:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.cjs b/jest.config.cjs index 46bca47f17..df5bab3c28 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -45,6 +45,7 @@ module.exports = { moduleFileExtensions: ['js', 'json', 'ts', 'tsx'], moduleNameMapper: { '\\.(css|less|sass|scss)$': '/scripts/styleMock.cjs', + '^lodash-es$': 'lodash', ...getTsConfigBasePaths(), // '^@udecode/plate-core$': '/packages/core/src', ...modules,