Add karma-firefox-launcher

This commit is contained in:
Nicolas Gallagher
2015-09-07 09:51:09 -07:00
parent a7c1e105c6
commit 2e087c10ad
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -36,6 +36,7 @@
"extract-text-webpack-plugin": "^0.8.2",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",