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

Function assertCellIndexes

test/browser/virtualization.test.ts:82–84  ·  view source on GitHub ↗
(rowIdx: number, indexes: number[])

Source from the content-addressed store, hash-verified

80}
81
82function assertCellIndexes(rowIdx: number, indexes: number[]) {
83 assertIndexes(getCellsAtRowIndex(rowIdx), indexes, 'aria-colindex', 1);
84}
85
86test('virtualization is enabled', async () => {
87 await setupGrid(true, 30, 100);

Callers 1

Calls 2

getCellsAtRowIndexFunction · 0.90
assertIndexesFunction · 0.85

Tested by

no test coverage detected