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: 224d50f87d657913099b859b1014fdebc54528f4 (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'],
  };
};