| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { generateDiff } from '../diff-check'; |
| 3 | import type { Diagram } from '@/lib/domain/diagram'; |
| 4 | import type { DBTable } from '@/lib/domain/db-table'; |
nothing calls this directly
no test coverage detected