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

Function testRowCount

test/browser/utils.tsx:138–140  ·  view source on GitHub ↗
(expectedLength: number)

Source from the content-addressed store, hash-verified

136}
137
138export function testRowCount(expectedLength: number) {
139 return testCount(getRowsNew(), expectedLength);
140}

Callers 3

rowHeight.test.tsFile · 0.90
renderers.test.tsxFile · 0.90

Calls 2

testCountFunction · 0.85
getRowsNewFunction · 0.85

Tested by

no test coverage detected