I've noticed that eg when running grunt watch, the karma:unit:run task doesn't actually fail if the tests fail. It succeeds and subsequent tasks are executed.
Is this by design? If not, it can be fixed by changing line 36 to use the finished method too.
I've noticed that eg when running grunt watch, the karma:unit:run task doesn't actually fail if the tests fail. It succeeds and subsequent tasks are executed.
Is this by design? If not, it can be fixed by changing line 36 to use the finished method too.