Skip to content

Commit

Permalink
Add firefox to the list of karma test browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Aug 6, 2017
1 parent a4048d1 commit a34a962
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 @@ -26,6 +26,6 @@ module.exports = function(config) {
tsconfig: "tsconfig.json"
},
reporters: ['progress', 'karma-typescript'],
browsers: ['Chrome']
browsers: ['Chrome', 'Firefox']
});
};

0 comments on commit a34a962

Please sign in to comment.