Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 18:07:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 18:07:19 +0300
commita34d7fd9a723d6cc9c7348be2afe522bdc2be67f (patch)
tree5971e13ca0832ae06c599b3d5eec2e2fe71d884f /jest.config.js
parent5f89187f0433fc84d8387de25220185235d61ed1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index 3f3e1abbf0c..acfaee14fbf 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -10,9 +10,9 @@ if (IS_JH && fs.existsSync('./jh/jest.config.js')) {
} else {
module.exports = {
...baseConfig('spec/frontend', {
- roots: ['<rootDir>/spec/frontend'],
- rootsEE: ['<rootDir>/ee/spec/frontend'],
- rootsJH: ['<rootDir>/jh/spec/frontend'],
+ roots: ['<rootDir>/spec/frontend/'],
+ rootsEE: ['<rootDir>/ee/spec/frontend/'],
+ rootsJH: ['<rootDir>/jh/spec/frontend/'],
}),
};
}