Skip to content

Commit ef8f33d

Browse files
committed
Run tests on Windows 10
If not specified tests run on Windows 7 which is 12 years old and EOLed.
1 parent 262f234 commit ef8f33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ if (process.env.CI) {
4646
sl_firefox_72: {
4747
base: "SauceLabs",
4848
browserName: "firefox",
49+
platform: "Windows 10",
4950
version: "72.0"
5051
},
5152
sl_firefox_latest: {
5253
base: "SauceLabs",
5354
browserName: "firefox",
55+
platform: "Windows 10",
5456
version: "latest"
5557
},
5658
sl_safari_12_1: {

0 commit comments

Comments
 (0)