diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-07-24 07:44:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-24 07:44:34 +0000 |
commit | ea00fb975810f31d1c79d0aa6d1d0fa3cf8ecfa8 (patch) | |
tree | 8c755235472de7013f5f16fe5effe960fb6b81df /workflow | |
parent | ab703dfdfe80ba3de757022be261a4ab5eaf98a7 (diff) | |
parent | 19c5442282a7ea11fd962ce960fa0fc69577afc0 (diff) |
Merge "ui test fix"
Diffstat (limited to 'workflow')
-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', |