Skip to content

Commit

Permalink
chore(package): add support for running karma in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbauer authored and petebacondarwin committed Jun 29, 2015
1 parent cd97947 commit 41a90a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"devDependencies": {
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.1.0",
"protractor": "^2.1.0",
"http-server": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config){

frameworks: ['jasmine'],

browsers : ['Chrome'],
browsers : ['Chrome', 'Firefox'],

plugins : [
'karma-chrome-launcher',
Expand Down

0 comments on commit 41a90a8

Please sign in to comment.