MCPcopy
hub / github.com/chartdb/chartdb / diff-check.test.ts

File diff-check.test.ts

src/lib/domain/diff/diff-check/__tests__/diff-check.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { generateDiff } from '../diff-check';
3import type { Diagram } from '@/lib/domain/diagram';
4import type { DBTable } from '@/lib/domain/db-table';

Callers

nothing calls this directly

Calls 8

generateDiffFunction · 0.90
createMockDiagramFunction · 0.85
createMockTableFunction · 0.85
createMockFieldFunction · 0.85
createMockIndexFunction · 0.85
createMockRelationshipFunction · 0.85
createMockAreaFunction · 0.85
createMockNoteFunction · 0.85

Tested by

no test coverage detected