Skip to content

Commit 7316623

Browse files
committed
bad karma config
1 parent 7880fa5 commit 7316623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ module.exports = function(config) {
4242
dir : 'coverage/'
4343
},
4444

45-
config.browsers.push('Chrome');
45+
browsers: ['Chrome']
4646
});
4747
};

0 commit comments

Comments
 (0)