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

jest.config.scripts.js - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f4ef3906a1af6c8c2e6374d712ce02378e51e57 (plain)
1
2
3
4
5
6
7
8
const baseConfig = require('./jest.config.base');

module.exports = {
  ...baseConfig('spec/frontend', {
    roots: ['<rootDir>/scripts/lib/', '<rootDir>/spec/frontend/'],
  }),
  testMatch: [],
};