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

jest.config.contract.js - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 059a3207088faa2a9a16a9a95f5fa8043bf0ff46 (plain)
1
2
3
4
5
6
module.exports = () => {
  return {
    modulePaths: ['<rootDir>/spec/contracts/consumer/node_modules/'],
    roots: ['spec/contracts/consumer/', 'ee/spec/contracts/consumer/'],
  };
};