We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880fa5 commit 7316623Copy full SHA for 7316623
karma.conf.js
@@ -42,6 +42,6 @@ module.exports = function(config) {
42
dir : 'coverage/'
43
},
44
45
- config.browsers.push('Chrome');
+ browsers: ['Chrome']
46
});
47
};
0 commit comments