Skip to content

Commit a50c225

Browse files
slvvnPierre Poupin
authored andcommitted
fix: remove comment
1 parent 3ff0652 commit a50c225

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/lib/src/spatial-navigation/components/virtualizedList/SpatialNavigationVirtualizedList.test.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ describe('SpatialNavigationVirtualizedList', () => {
325325
});
326326
});
327327

328-
329328
describe('stick-to-center', () => {
330329
it('handles correctly stick-to-center lists', async () => {
331330
const component = render(
@@ -352,9 +351,6 @@ describe('SpatialNavigationVirtualizedList', () => {
352351
// The size of the list should be the sum of the item sizes (virtualized or not)
353352
expect(listElement).toHaveStyle({ width: 1000 });
354353

355-
// x x x X x x x x x x
356-
//|x[x x x]x|x x x x x
357-
358354
testRemoteControlManager.handleRight();
359355
expectButtonToHaveFocus(component, 'button 2');
360356
expectListToHaveScroll(listElement, 0);

0 commit comments

Comments
 (0)