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:
@ -4,7 +4,8 @@ const baseConfig = require('./jest.config.base');
|
||||
|
||||
// TODO: Remove existsSync once jh has added jest.config.js
|
||||
if (IS_JH && fs.existsSync('./jh/jest.config.js')) {
|
||||
// eslint-disable-next-line global-require, import/no-unresolved
|
||||
// We can't be explicit with eslint-disable rules because in JH it'll pass import/no-unresolved
|
||||
// eslint-disable-next-line
|
||||
module.exports = require('./jh/jest.config');
|
||||
} else {
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user