Skip to content

Commit 0068c02

Browse files
committed
test: Update test case
1 parent 777df2b commit 0068c02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/list.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ describe('List.Basic', () => {
176176
return 20;
177177
},
178178
},
179+
offsetParent: {
180+
get() {
181+
return this;
182+
},
183+
},
179184
});
180185
});
181186

0 commit comments

Comments
 (0)