From 805bea7c81cac27ec0d78af093c9a8bc68112eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= <andres.maneiro@automattic.com> Date: Fri, 15 Feb 2019 18:23:21 +0100 Subject: [PATCH] Tell jest where to find browserslist-config module. --- test/unit/jest.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/jest.config.json b/test/unit/jest.config.json index ed9e9ebc52774c..bb96122733f591 100644 --- a/test/unit/jest.config.json +++ b/test/unit/jest.config.json @@ -1,7 +1,7 @@ { "rootDir": "../../", "moduleNameMapper": { - "@wordpress\\/(block-serialization-spec-parser|is-shallow-equal)$": "packages/$1", + "@wordpress\\/(block-serialization-spec-parser|is-shallow-equal|browserslist-config)$": "packages/$1", "@wordpress\\/([a-z0-9-]+)$": "packages/$1/src" }, "preset": "@wordpress/jest-preset-default",