Skip to content

Commit

Permalink
added firefox to karma browsers array
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Campos committed May 28, 2016
1 parent abd611b commit 3e0b7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = function karma(config) {

plugins: [
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-mocha',
'karma-webpack',
'karma-sourcemap-loader',
Expand All @@ -23,6 +24,7 @@ module.exports = function karma(config) {

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

preprocessors: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
Expand Down

0 comments on commit 3e0b7f3

Please sign in to comment.