Skip to content

Commit

Permalink
Update karma.conf.js (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura authored Nov 16, 2023
1 parent fd592b3 commit e45fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ module.exports = function (config) {
};

karmaConf.customLaunchers = launchers;
karmaConf.browsers = [ 'Chrome_browser' ];
karmaConf.browsers = ['Chrome_browser'];
config.set(karmaConf);
};

0 comments on commit e45fe70

Please sign in to comment.