Skip to content

Commit b9c9644

Browse files
committed
chore(): change karma to run on Chrome
1 parent d1a8879 commit b9c9644

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
@@ -39,7 +39,7 @@ module.exports = function(config) {
3939
colors: true,
4040
logLevel: config.LOG_INFO,
4141
autoWatch: true,
42-
browsers: ['Firefox'],
42+
browsers: ['Chrome'],
4343
singleRun: false
4444
});
4545
};

0 commit comments

Comments
 (0)