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:
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/'],
}),
};
}