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:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-22 01:28:08 +0300
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-02-22 01:28:08 +0300
commite9e5e35d28b9db5402e6216a969b008bee24db2a (patch)
tree6e5fa1a89d4c94eb839c94c684c5bb26b077a932 /spec/javascripts/test_bundle.js
parent11c1fc1fae5810123f683630c92bf1e9e7eab3d0 (diff)
Removed named import
Diffstat (limited to 'spec/javascripts/test_bundle.js')
-rw-r--r--spec/javascripts/test_bundle.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/test_bundle.js b/spec/javascripts/test_bundle.js
index 9f0d8f0d01c..b8b2048f757 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -113,6 +113,7 @@ if (process.env.BABEL_ENV === 'coverage') {
// exempt these files from the coverage report
const troubleMakers = [
'./blob_edit/blob_bundle.js',
+ './boards/index.js',
'./cycle_analytics/cycle_analytics_bundle.js',
'./cycle_analytics/components/stage_plan_component.js',
'./cycle_analytics/components/stage_staging_component.js',