Are there any new updates with how to test with Prisma?
1. Currently I mock each response (I suppose thats unit testing)
2. Is it possible to start a global transaction and cancel it after the test? (This would be more like integration testing I guess but thats how Rails/Django do it)
3. Any plans for factories?