Skip to content

Commit 169288c

Browse files
Update tests/touch.test.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 462d96d commit 169288c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/touch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('List.Touch', () => {
128128
wrapper.unmount();
129129
});
130130

131-
it('origin scroll', () => {
131+
it('should handle complex touch gestures', () => {
132132
const wrapper = genList({ itemHeight: 20, height: 100, data: genData(100) });
133133

134134
function getElement() {

0 commit comments

Comments
 (0)