| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { ColumnDef, getCoreRowModel } from '../src' |
| 3 | import { createColumnHelper } from '../src/columnHelper' |
| 4 | import { createTable } from '../src/core/table' |
nothing calls this directly
no test coverage detected