MCPcopy
hub / github.com/Comcast/react-data-grid / navigate

Function navigate

test/browser/column/colSpan.test.ts:197–201  ·  view source on GitHub ↗
(count: number, shift = false)

Source from the content-addressed store, hash-verified

195 testScrollIntoView(); // should only bring 1 cell into view
196
197 async function navigate(count: number, shift = false) {
198 for (let i = 0; i < count; i++) {
199 await userEvent.tab({ shift });
200 }
201 }
202 });
203});

Callers 1

colSpan.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected