MCPcopy
hub / github.com/chartdb/chartdb / testId

Function testId

src/lib/data/sql-export/__tests__/export-sql.test.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12describe('SQL Export Tests', () => {
13 let idCounter = 0;
14 const testId = () => `test-id-${++idCounter}`;
15 const testTime = Date.now();
16
17 const createField = (overrides: Partial<DBField>): DBField =>

Callers 5

createFieldFunction · 0.70
createTableFunction · 0.70
createDiagramFunction · 0.70
export-sql.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected