How to override karma config using Karma Public API ?
I've a node module which gives a karma config pre configured for the developer to test his component. But I want the developer to give the option to over ride (smart merge) it. But while looking at this stackoverflow question, and the karma code on g...