We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c6cac commit df413afCopy full SHA for df413af
tests/Virtual.spec.tsx
@@ -41,7 +41,7 @@ describe('Table.Virtual', () => {
41
scrollLeft: {
42
get: () => {
43
scrollLeftCalled = true;
44
- return 0;
+ return 100;
45
},
46
set: () => {},
47
0 commit comments