Skip to content

Commit

Permalink
change default karma browser to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Feb 28, 2018
1 parent c2e7bb8 commit d308e68
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 @@ -139,7 +139,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
//browsers: ['PhantomJS', 'Chrome', 'Firefox', 'Safari'],
browsers: ['phantomjsLauncher'],
browsers: ['Chrome'],

// you can define custom flags
customLaunchers: {
Expand Down

0 comments on commit d308e68

Please sign in to comment.