diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-21 15:55:17 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-21 16:37:30 +0300 |
commit | 77723e2f3ac230e806af315c45ebecb8ba23d12d (patch) | |
tree | a926c27d865121d4f88e6198186b6bd6798999e9 /spec/javascripts/test_bundle.js | |
parent | 7c11ed8c916a10f6d9c32635986008b48410531f (diff) | |
download | gitlab-ce-77723e2f3ac230e806af315c45ebecb8ba23d12d.tar.gz |
Move boards modal EmptyState vue component
Diffstat (limited to 'spec/javascripts/test_bundle.js')
-rw-r--r-- | spec/javascripts/test_bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/test_bundle.js b/spec/javascripts/test_bundle.js index 994011b262a..6b049392fdf 100644 --- a/spec/javascripts/test_bundle.js +++ b/spec/javascripts/test_bundle.js @@ -135,7 +135,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', |