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
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-06-21 19:21:21 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-06-21 19:21:21 +0300
commit6d2a48d52fc3b32eedd64d15cc23906f1871be7b (patch)
tree90f83eb73d015d244086f57b71d07be6553757a3 /spec/javascripts/test_bundle.js
parentec88d12bba67f8ee88e8644165eda9ac88bb9af2 (diff)
parent77723e2f3ac230e806af315c45ebecb8ba23d12d (diff)
Merge branch 'move-boards-modal-empty-state-vue-component' into 'master'
Move boards modal EmptyState vue component See merge request gitlab-org/gitlab-ce!20068
Diffstat (limited to 'spec/javascripts/test_bundle.js')
-rw-r--r--spec/javascripts/test_bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/test_bundle.js b/spec/javascripts/test_bundle.js
index 2626b439ca6..aeb936b0e3c 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -136,7 +136,7 @@ if (process.env.BABEL_ENV === 'coverage') {
// exempt these files from the coverage report
const troubleMakers = [
'./blob_edit/blob_bundle.js',
- './boards/components/modal/empty_state.js',
+ './boards/components/modal/empty_state.vue',
'./boards/components/modal/footer.js',
'./boards/components/modal/header.js',
'./cycle_analytics/cycle_analytics_bundle.js',