Skip to content

Commit 2672021

Browse files
committed
Run integration tests on IE10
1 parent 9f0a1da commit 2672021

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
karma-viewport-1.0.3 (2018-12-26)
2+
3+
* Updated all dependencies to fix security vulnerabilities
4+
15
karma-viewport-1.0.2 (2018-03-28)
26

37
* Removed unnecessarily exported typing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-viewport",
3-
"version": "1.1.0",
3+
"version": "1.0.3",
44
"description": "A Karma plugin for testing responsive features and layout",
55
"keywords": [
66
"breakpoint",

tests/karma/browsers/integration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"platform": "Windows 7",
77
"screenResolution": "1280x1024"
88
},
9-
"ie9": {
9+
"ie10": {
1010
"base": "SauceLabs",
1111
"browserName": "internet explorer",
12-
"version": "9",
13-
"platform": "Windows 7",
12+
"version": "10",
13+
"platform": "Windows 8",
1414
"screenResolution": "1280x1024"
1515
}
1616
}

tests/karma/browsers/unit.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,5 @@
6161
"version": "10",
6262
"platform": "Windows 8",
6363
"screenResolution": "1280x1024"
64-
},
65-
"ie9": {
66-
"base": "SauceLabs",
67-
"browserName": "internet explorer",
68-
"version": "9",
69-
"platform": "Windows 7",
70-
"screenResolution": "1280x1024"
7164
}
7265
}

0 commit comments

Comments
 (0)