1 min readDec 4, 2018
That is a configuration option on the karma-coverage-istanbul-reporter: https://github.com/mattlewis92/karma-coverage-istanbul-reporter
This is used to pass the configuration options for the cobertura plugin.
I am not sure why you would be getting an unexpected token exception, I assume that you are adding this to the karma.conf.js file, which is just a js file and should accept keys as strings.