Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-11-04 00:07:28 +00:00
parent cd353f0da2
commit 04b866f03b
66 changed files with 717 additions and 483 deletions

View File

@ -9,6 +9,10 @@ if (IS_JH && fs.existsSync('./jh/jest.config.js')) {
module.exports = require('./jh/jest.config');
} else {
module.exports = {
...baseConfig('spec/frontend'),
...baseConfig('spec/frontend', {
roots: ['<rootDir>/spec/frontend'],
rootsEE: ['<rootDir>/ee/spec/frontend'],
rootsJH: ['<rootDir>/jh/spec/frontend'],
}),
};
}