mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user