ensure karma fails if it cannot load all spec files
What does this MR do?
Ensures that karma will exit with status 1 if any *_spec.js
files fail to compile correctly with webpack rather than ignoring them.
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
We had some frontend tests in a MR which should have failed but were ignored due to this bug. (see !8844 (merged) & !9032 (merged))
Screenshots (if relevant)
Before:
After:
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together