aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/workflow/workflow-designer-ui/src/main/frontend/jest.config.js b/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
index 58bfdf5d..43c12ef2 100644
--- a/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
+++ b/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
@@ -33,6 +33,7 @@ module.exports = {
'^src(.*)$': '<rootDir>/src$1',
'^config(.*)$': '<rootDir>/src/config$1',
'^features(.*)$': '<rootDir>/src/features$1',
+ '^wfapp(.*)$': '<rootDir>/src$1',
'^common(.*)$': '<rootDir>/common$1',
'^services(.*)$': '<rootDir>/src/services$1',
'^shared(.*)$': '<rootDir>/src/shared$1',