You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the karma config you can see (https://github.com/karma-runner/karma/blob/master/lib/config.js#L278-L288) that first the config.set from the config file is called and after that config.set is called again with the cliArgs (which have some default set in grunt-karma). This will always overwrite the client settings from the config file.
If it's OK i would provide a pull request where the coding is removed. For that the arguments also have to be handled differently. They should only be handled if they are actually set.
When using the config file it does not work:
But the same config works in Gruntfile
The text was updated successfully, but these errors were encountered: