mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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'],
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user