Quramy / jest-prisma

Jest environment for integrated testing with Prisma client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Client extension does not work ⚠️

Quramy opened this issue · comments

About https://www.prisma.io/docs/concepts/components/prisma-client/client-extensions

jest-prisma must not disturb usage of this features.

I investigated client extension with #50 .

I found critical problem: transactional client and model in tx client are not extended.

And I reported this problem: prisma/prisma#16582

Hey @Quramy, prisma/prisma#16582 was fixed, any news?

Yep, I'll restart to work #50 .

Could you release #75?

I love the library!

When do you expect this problem to be fixed?

I'm fixing some problems at @arthurfiorette/jest-prisma, in case you wanna check it out.