| 1 | import * as planetScale from '@planetscale/database' |
| 2 | import { describe, expect, test, vi } from 'vitest' |
| 3 | |
| 4 | import { PrismaPlanetScaleAdapter, PrismaPlanetScaleAdapterFactory } from './planetscale' |
nothing calls this directly
no test coverage detected