mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-13 13:31:19 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -44,6 +44,9 @@ module.exports = (path, options = {}) => {
|
||||
const TEST_FIXTURES_PATTERN = 'test_fixtures(/.*)$';
|
||||
|
||||
const moduleNameMapper = {
|
||||
// temporary alias until we replace all `flash` imports for `alert`
|
||||
// https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109449
|
||||
'^~/flash$': '<rootDir>/app/assets/javascripts/alert',
|
||||
'^~(/.*)\\?(worker|raw)$': '<rootDir>/app/assets/javascripts$1',
|
||||
'^(.*)\\?(worker|raw)$': '$1',
|
||||
'^~(/.*)$': '<rootDir>/app/assets/javascripts$1',
|
||||
|
Reference in New Issue
Block a user