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" } },