Skip to content
New issue

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

overwriting karma captureConsole setting #128

Open
pete2014 opened this issue Nov 6, 2014 · 0 comments
Open

overwriting karma captureConsole setting #128

pete2014 opened this issue Nov 6, 2014 · 0 comments

Comments

@pete2014
Copy link

pete2014 commented Nov 6, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants