Skip to content

Commit 0238763

Browse files
author
Erwan Carriou
committed
- update karma conf file
1 parent b2c2780 commit 0238763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ module.exports = function (config) {
4242
},
4343
colors: true,
4444
autoWatch: true,
45-
browsers: [/*'Chrome',*/ 'Firefox'],
45+
browsers: ['Chrome', 'Firefox'],
4646
plugins: [
4747
'karma-coverage',
4848
'karma-script-launcher',
49-
// 'karma-chrome-launcher',
49+
'karma-chrome-launcher',
5050
'karma-firefox-launcher',
5151
'karma-jasmine'
5252
],

0 commit comments

Comments
 (0)