summaryrefslogtreecommitdiff
path: root/jest.config.integration.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-30 09:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-30 09:09:12 +0000
commit4ac9f1b8eaef29daa484b27a3113505cfa6a6dcb (patch)
treebda090fb8cf7c97765ee891bd58f7f9ee4271301 /jest.config.integration.js
parentabbedc2027e64b11b03be4639411f1943b81f7ce (diff)
downloadgitlab-ce-4ac9f1b8eaef29daa484b27a3113505cfa6a6dcb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.integration.js')
-rw-r--r--jest.config.integration.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jest.config.integration.js b/jest.config.integration.js
index 92296fb751e..da8e813a2cb 100644
--- a/jest.config.integration.js
+++ b/jest.config.integration.js
@@ -8,9 +8,13 @@ module.exports = {
moduleNameMapper: {
'^test_helpers(/.*)$': '<rootDir>/spec/frontend_integration/test_helpers$1',
'^ee_else_ce_test_helpers(/.*)$': '<rootDir>/spec/frontend_integration/test_helpers$1',
+ '^jh_else_ce_test_helpers(/.*)$': '<rootDir>/spec/frontend_integration/test_helpers$1',
},
moduleNameMapperEE: {
'^ee_else_ce_test_helpers(/.*)$': '<rootDir>/ee/spec/frontend_integration/test_helpers$1',
},
+ moduleNameMapperJH: {
+ '^jh_else_ce_test_helpers(/.*)$': '<rootDir>/jh/spec/frontend_integration/test_helpers$1',
+ },
}),
};