summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-19 12:33:51 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-19 12:33:51 +0000
commit6bc3d80af09b48c5642f37cafea81a89519cf104 (patch)
tree0c248e2844d5c8aafeeb37d754296b075d33cb53
parent638fa19b14b2ebd87ada4bdcfb7a80fe294bb6b2 (diff)
downloadgitlab-ce-log-caught-require-error-in-test_bundle.tar.gz
log error from spec require in test_bundle.jslog-caught-require-error-in-test_bundle
-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 0464b5d2329..1abc82dac70 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -21,6 +21,7 @@ testsContext.keys().forEach(function (path) {
testsContext(path);
} catch (err) {
console.error('[ERROR] Unable to load spec: ', path);
+ console.error(err);
describe('Test bundle', function () {
it(`includes '${path}'`, function () {
expect(err).toBeNull();