diff --git a/jest.config.js b/jest.config.js index 7931927..8601447 100644 --- a/jest.config.js +++ b/jest.config.js @@ -90,6 +90,7 @@ export default { "^@/shared(.*)$": "/src/shared$1", "^@/widgets(.*)$": "/src/widgets$1", "^@/features(.*)$": "/src/features$1", + "^@/entities(.*)$": "/src/entities$1", }, // An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader // modulePathIgnorePatterns: [],