I am trying to run karma tests from gulp task and I am getting this error:
Error: 1 at formatError (C:\\Users\\Tim\\AppData\\Roaming\\npm\\node_modules\\g
this is gulp's way of telling your tests have failed and that karma exited with a return code of 1. Why you would want to call done yourself and not pass the error as a message baffles me.