Skip to content

Commit 9900826

Browse files
Remove chrome browser support
1 parent ec1d1d4 commit 9900826

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function (config) {
99
config.set({
1010
frameworks: ['mocha', 'sinon', 'chai'],
1111

12-
browsers: ['Firefox', 'Chrome'],
12+
browsers: ['Firefox'],
1313

1414
singleRun: CONTINUOUS_INTEGRATION,
1515

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"isparta-loader": "^2.0.0",
5959
"karma": "^1.2.0",
6060
"karma-chai": "^0.1.0",
61-
"karma-chrome-launcher": "^1.0.1",
6261
"karma-coverage": "^1.0.0",
6362
"karma-firefox-launcher": "^1.0.0",
6463
"karma-mocha": "^1.0.1",

0 commit comments

Comments
 (0)