Skip to content

Commit 21bc6b1

Browse files
committed
test(scrollEnd): add missing test
ref #150
1 parent 4be0698 commit 21bc6b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/js/scrollEnd.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ test("getDeviceType : ios && version 8.x over ", function() {
125125
"version" : "8.0"
126126
},
127127
"browser" : {
128-
"name" : ""
128+
"name" : "safari",
129+
"version" : "8.0",
130+
"webview" : false
129131
}
130132
}
131133
};

0 commit comments

Comments
 (0)