From bb5a615040f58367e55d6dd04b7fd87557df637c Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 13 Jan 2020 16:31:43 +0100 Subject: [PATCH] Fix module aliasing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fdffbe48..e6e32cdc6 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@assets(.*)$": "/assets/$1", "@locale(.*)$": "/locale/$1", "@saleor(.*)$": "/src/$1", - "@test(.*)$": "/testUtils/$1", + "@test/(.*)$": "/testUtils/$1", "^lodash-es(.*)$": "lodash/$1" } },