mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
11 lines
298 B
JavaScript
11 lines
298 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'gitlab',
|
|
localSchemaFile: './tmp/tests/graphql/gitlab_schema.graphql',
|
|
},
|
|
includes: ['../{ee/,jh/,}app/assets/javascripts/**/*.{js,graphql}'],
|
|
excludes: ['../{ee/,jh/,}spec/{frontend,frontend_integration}/**/*'],
|
|
},
|
|
};
|