summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();