We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a597b commit 8e782f4Copy full SHA for 8e782f4
config/karma.conf.js
@@ -1,7 +1,7 @@
1
var path = require('path');
2
3
module.exports = function(config) {
4
- config.set({
+ var cfg ={
5
basePath: '',
6
frameworks: ['jasmine', 'karma-typescript'],
7
reporters: ['progress', 'karma-typescript'],
@@ -33,7 +33,7 @@ module.exports = function(config) {
33
file: 'coverage-final.json'
34
}]
35
}
36
- });
+ };
37
if (process.env.TRAVIS) {
38
cfg.browsers = ['Chrome_travis_ci'];
39
0 commit comments