diff options
author | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-07-24 10:35:07 +0300 |
---|---|---|
committer | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-07-24 10:35:11 +0300 |
commit | 19c5442282a7ea11fd962ce960fa0fc69577afc0 (patch) | |
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>
-rw-r--r-- | workflow/workflow-designer-ui/src/main/frontend/jest.config.js | 1 |
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', |