grunt-karma
grunt-karma copied to clipboard
overwriting karma captureConsole setting
The system is using karma's default settings and there is no way of changing then. grunt-karma.js
_.defaults(options.client, {
args: [],
useIframe: true,
captureConsole: true
});
I would like to have captureConsole set to false and have set that in both karma and grunt but the settings are ignored.