| 1 | import { inspect } from "node:util"; |
| 2 | import { expect, test } from "@effect/vitest"; |
| 3 | import { fumadb, type InferFumaDB } from "../../src"; |
| 4 | import { kyselyAdapter } from "../../src/adapters/kysely"; |
nothing calls this directly
no test coverage detected