| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | import type { D1Database } from "@cloudflare/workers-types"; |
| 3 | |
| 4 | import { collectTables, type SqliteDataMigrationClient } from "@executor-js/sdk"; |
nothing calls this directly
no test coverage detected