commit | 19c5442282a7ea11fd962ce960fa0fc69577afc0 | [log] [tgz] |
---|---|---|
author | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | Tue Jul 24 10:35:07 2018 +0300 |
committer | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | Tue Jul 24 10:35:11 2018 +0300 |
tree | 6cae0f949c3d2e0c10737001e874ea68629e1b08 | |
parent | c25c8557c370e683fc97e27364b71f3468ec8354 [diff] |
ui test fix Issue-ID: SDC-1555 Change-Id: I001b653a844b256d1895944b7007adbc948b6d4c Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
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 58bfdf5..43c12ef 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 @@ '^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',