Are there any new updates with how to test with Pr...
# orm-help
m
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?
r
I don’t think there are plans for factories currently. The features present in the roadmap will be worked on first so currently you would need to stock to integration testing i.e. testing the entire application against a test DB.