In my angular2 app I have js file \"connection.conf.js\" with var:
var appTypeConf = \"example-app\";
Component uses the variable from \"co
I found the solution, I had to add connection.conf.js path to files array in karma.conf.js
var files = [ // *** 'app/connection.conf.js' ]