From c4d7738e14f611356407954035164f5bf85d039a Mon Sep 17 00:00:00 2001 From: crptm Date: Thu, 25 May 2017 04:17:27 +0400 Subject: [PATCH] translations alias for jest --- jest_config/jest.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest_config/jest.config.json b/jest_config/jest.config.json index 8147799f..7965fbb8 100644 --- a/jest_config/jest.config.json +++ b/jest_config/jest.config.json @@ -10,6 +10,7 @@ "^routing": "/common/routing", "^components$": "/common/components", "^containers$": "/common/containers", - "^config$": "/common/config/test.js" + "^config$": "/common/config/test.js", + "^translations$": "/common/translations" } }