Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-03-01 15:10:00 +00:00
parent 52522f1023
commit 8b1036168b
70 changed files with 606 additions and 183 deletions

View File

@ -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',