We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
client.captureConsole
karma.conf.js
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: