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.contract.js
parent5f89187f0433fc84d8387de25220185235d61ed1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.contract.js')
-rw-r--r--jest.config.contract.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.contract.js b/jest.config.contract.js
index 224d50f87d6..059a3207088 100644
--- a/jest.config.contract.js
+++ b/jest.config.contract.js
@@ -1,6 +1,6 @@
module.exports = () => {
return {
modulePaths: ['<rootDir>/spec/contracts/consumer/node_modules/'],
- roots: ['spec/contracts/consumer', 'ee/spec/contracts/consumer'],
+ roots: ['spec/contracts/consumer/', 'ee/spec/contracts/consumer/'],
};
};