Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 195756b

Browse files
committed
chore(package): upgrade to latest karma-sauce-launcher
Based on angular/angular#27634.
1 parent 940c1ab commit 195756b

File tree

3 files changed

+25
-217
lines changed

3 files changed

+25
-217
lines changed

karma-shared.conf.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ module.exports = function(config, specificOptions) {
2323
// SauceLabs config for local development.
2424
sauceLabs: {
2525
testName: specificOptions.testName || 'AngularJS',
26-
startConnect: true,
27-
options: {
28-
// We need selenium version +2.46 for Firefox 39 and the last selenium version for OS X is 2.45.
29-
// TODO: Uncomment when there is a selenium 2.46 available for OS X.
30-
// 'selenium-version': '2.46.0'
31-
}
26+
startConnect: true
3227
},
3328

3429
// BrowserStack config for local development.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"karma-jasmine": "^1.1.2",
7272
"karma-junit-reporter": "^1.2.0",
7373
"karma-safari-launcher": "^1.0.0",
74-
"karma-sauce-launcher": "^1.2.0",
74+
"karma-sauce-launcher": "^2.0.2",
7575
"karma-script-launcher": "^1.0.0",
7676
"karma-spec-reporter": "^0.0.32",
7777
"load-grunt-tasks": "^3.5.0",

0 commit comments

Comments
 (0)