mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -31,6 +31,9 @@ module.exports = {
|
||||
moduleNameMapper: {
|
||||
'^~(/.*)$': '<rootDir>/app/assets/javascripts$1',
|
||||
'^ee(/.*)$': '<rootDir>/ee/app/assets/javascripts$1',
|
||||
'^ee_component(/.*)$': IS_EE
|
||||
? '<rootDir>/ee/app/assets/javascripts$1'
|
||||
: '<rootDir>/app/assets/javascripts/vue_shared/components/empty_component.js',
|
||||
'^ee_else_ce(/.*)$': IS_EE
|
||||
? '<rootDir>/ee/app/assets/javascripts$1'
|
||||
: '<rootDir>/app/assets/javascripts$1',
|
||||
|
Reference in New Issue
Block a user