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: dd824bd01bf85d6ceb5ef90ad1458e5dd0eca956 (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: [],
};