Skip to content

Commit 6a32e2f

Browse files
committed
Removing firefox since it's not working and karma is deprecated
1 parent b2f1920 commit 6a32e2f

File tree

4 files changed

+2
-31
lines changed

4 files changed

+2
-31
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = function(config) {
5858

5959
// start these browsers
6060
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
61-
browsers: ['Chrome', 'Firefox'],
61+
browsers: ['Chrome'],
6262

6363

6464
// Continuous Integration mode

karma.core.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = function(config) {
5858

5959
// start these browsers
6060
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
61-
browsers: ['Chrome', 'Firefox'],
61+
browsers: ['Chrome'],
6262

6363

6464
// Continuous Integration mode

package-lock.json

-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"jshint-stylish": "2.2.1",
3333
"karma": "6.4.1",
3434
"karma-chrome-launcher": "3.1.0",
35-
"karma-firefox-launcher": "1.3.0",
3635
"karma-mocha": "2.0.1",
3736
"karma-requirejs": "1.1.0",
3837
"karma-safari-launcher": "1.0.0",

0 commit comments

Comments
 (0)