You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/x-tree-view/src/internals/plugins/useTreeViewKeyboardNavigation/useTreeViewKeyboardNavigation.test.tsx
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ describeTreeView<
139
139
expect(view.getFocusedItemId()).to.equal('1.1');
140
140
});
141
141
142
-
it("should move the focus to the last visible and enabled descendant of the previous sibling",()=>{
142
+
it('should move the focus to the last visible and enabled descendant of the previous sibling',()=>{
0 commit comments