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

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

module.exports = {
  ...baseConfig('spec/frontend_integration'),
};