Open madfiles opened 10 years ago
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.
The system is using karma's default settings and there is no way of changing then. grunt-karma.js
I would like to have captureConsole set to false and have set that in both karma and grunt but the settings are ignored.