Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2019-10-04 15:06:38 +00:00
parent 0d46bf0638
commit 5ecacec304
47 changed files with 1545 additions and 517 deletions

View File

@ -15,7 +15,10 @@ if (process.env.CI) {
]);
}
let testMatch = ['<rootDir>/spec/frontend/**/*_spec.js', '<rootDir>/ee/spec/frontend/**/*_spec.js'];
let testMatch = ['<rootDir>/spec/frontend/**/*_spec.js'];
if (IS_EE) {
testMatch.push('<rootDir>/ee/spec/frontend/**/*_spec.js');
}
// workaround for eslint-import-resolver-jest only resolving in test files
// see https://github.com/JoinColony/eslint-import-resolver-jest#note