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

Commit ce76a20

Browse files
committed
update test
1 parent 7cbec75 commit ce76a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/browser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ describe('Zone', function() {
26672667
'pointer event in IE',
26682668
ifEnvSupports(
26692669
() => {
2670-
return getIEVersion() === 10;
2670+
return getIEVersion() === 11;
26712671
},
26722672
() => {
26732673
const pointerEventsMap: {[key: string]: string} = {

0 commit comments

Comments
 (0)