Tests: Add firefox launcher to package.json for karma tests

This commit is contained in:
Braydon Fuller 2014-11-26 17:20:58 -05:00
parent a1efd60842
commit 089744f645

View File

@ -93,7 +93,8 @@
"mocha": "~2.0.1",
"run-sequence": "^1.0.2",
"karma": "^0.12.28",
"karma-mocha": "^0.1.9"
"karma-mocha": "^0.1.9",
"karma-firefox-launcher": "^0.1.3"
},
"license": "MIT"
}