I've just finished fixing several warnings on my unit/component tests of my Angular app, that run using ng test
(with Karma/Jasmine).
This process can be quite time-consuming as it is not always obvious to spot which test case(s) is actually causing the warning(s).
So now that I don't have any more warnings, I'm wondering if there is a way to make ng test
to automatically fail whenever there are any warnings.