We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20876cb commit bcbddceCopy full SHA for bcbddce
src/dts/index.d.ts
@@ -1,6 +1,8 @@
1
declare global {
2
var prismaPostgresTestContext: {
3
+ beginTestTransaction: () => Promise<void>;
4
client: PrismaClientLike;
5
+ endTestTransaction: () => void;
6
};
7
}
8
0 commit comments