()
| 12 | describe('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 => |
no outgoing calls
no test coverage detected