Argument of type
NodePgDatabase<Record<string, never>> & {
$client: "$client is not available on drizzle.mock()";
}
is not assignable to parameter of type
NodePgDatabase<typeof import("/home/nico/src/idem/packages/backend/src/db/schema")> & {
$client: Pool;
}
Type
NodePgDatabase<Record<string, never>> & {
$client: "$client is not available on drizzle.mock()";
}
is not assignable to type
NodePgDatabase<typeof import("/home/nico/src/idem/packages/backend/src/db/schema")>
Argument of type
NodePgDatabase<Record<string, never>> & {
$client: "$client is not available on drizzle.mock()";
}
is not assignable to parameter of type
NodePgDatabase<typeof import("/home/nico/src/idem/packages/backend/src/db/schema")> & {
$client: Pool;
}
Type
NodePgDatabase<Record<string, never>> & {
$client: "$client is not available on drizzle.mock()";
}
is not assignable to type
NodePgDatabase<typeof import("/home/nico/src/idem/packages/backend/src/db/schema")>