Skip to content

Commit

Permalink
Add firefox launcher to karma.conf plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Apr 30, 2017
1 parent fd048d9 commit 9332b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = function (config) {
config.set({
plugins: [
'karma-jasmine',
'karma-chrome-launcher'
'karma-chrome-launcher',
'karma-firefox-launcher'
],
frameworks: ['jasmine'],
singleRun: false,
Expand Down

0 comments on commit 9332b95

Please sign in to comment.