MCPcopy
hub / github.com/revolist/revogrid / withHeaderTestId

Function withHeaderTestId

e2e/helpers/fixtures.ts:22–28  ·  view source on GitHub ↗
(
  testId: string,
  extra: Record<string, unknown> = {},
)

Source from the content-addressed store, hash-verified

20} as const;
21
22export const withHeaderTestId = (
23 testId: string,
24 extra: Record<string, unknown> = {},
25) => ({
26 __testId: testId,
27 ...extra,
28});
29
30export function buildColumns(columns: ColumnData): ColumnData {
31 return columns.map(column => {

Callers 8

rendering.spec.tsFile · 0.90
layout.spec.tsFile · 0.90
filtering.spec.tsFile · 0.90
sorting.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected