prisma-client-extensions
prisma-client-extensions copied to clipboard
fix: rollback called explicitly working.
Rollback was not working when explicitly called.
This PR changes the script to test that and actually call rollback. This code should be much more rigorously tested than this, but alas I do not have time.
@jspears Thanks!! Your PR helped me a lot.