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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-16 09:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-16 09:09:39 +0300
commit1ab35c9208287638a097abc895738fbc0c0860e6 (patch)
tree4ab489a19f051aa1278030b7efa7befeb60ce194 /danger
parent7a5662b39bf5d80937dcc5a84a76ce15ff88cce7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-rw-r--r--danger/karma/Dangerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/danger/karma/Dangerfile b/danger/karma/Dangerfile
index 6d692a89e13..cededff5f15 100644
--- a/danger/karma/Dangerfile
+++ b/danger/karma/Dangerfile
@@ -4,6 +4,7 @@
def get_karma_files(files)
files.select do |file|
file.start_with?('ee/spec/javascripts', 'spec/javascripts') &&
+ file.end_with?('_spec.js') &&
!file.end_with?('browser_spec.js')
end
end