Skip to content
Snippets Groups Projects
Commit 6bc3d80a authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

log error from spec require in test_bundle.js

parent 638fa19b
No related branches found
No related tags found
1 merge request!11546log error from spec require in test_bundle.js
Pipeline #
Loading
Loading
@@ -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();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment