summaryrefslogtreecommitdiff
path: root/spec/javascripts/test_bundle.js
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-01-21 12:39:11 +0000
committerPhil Hughes <me@iamphill.com>2019-01-21 12:39:11 +0000
commit51a9c5492388a95ac82292333d068c6d1bab9d64 (patch)
treee327400732da6e33ce9fad97f4a3b0d1b32fc138 /spec/javascripts/test_bundle.js
parent466a77517bde33614deb6f1d5583147c3b76b713 (diff)
downloadgitlab-ce-51a9c5492388a95ac82292333d068c6d1bab9d64.tar.gz
Resolve "Admin Settings: Cannot read property 'addEventListener' of null"
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 96c0844f83c..547379dabed 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -187,6 +187,7 @@ if (process.env.BABEL_ENV === 'coverage') {
'./terminal/terminal_bundle.js',
'./users/users_bundle.js',
'./issue_show/index.js',
+ './pages/admin/application_settings/show/index.js',
];
describe('Uncovered files', function() {