Skip to content

Commit 4914711

Browse files
committed
fix: add proper type for global prismaPostgresTestContext
1 parent 3dd584b commit 4914711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dts/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
declare global {
2-
var prismaPostgresTestContext: PublicPrismaPostgresTestContext;
2+
var prismaPostgresTestContext: {
3+
client: PrismaClientLike;
4+
};
35
}
46

57
export interface PrismaClientLike {

0 commit comments

Comments
 (0)