mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
const baseConfig = require('./jest.config.base');
|
|
|
|
module.exports = {
|
|
...baseConfig('spec/frontend_integration'),
|
|
};
|