Skip to content

Commit

Permalink
Use the progress reporter for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Dec 11, 2018
1 parent e47a44a commit c13ba4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = function(config) {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
}
},

reporters: ['progress']
});
};

0 comments on commit c13ba4c

Please sign in to comment.