Is there any way to make transactions apply to calls to beforeEach or afterEach? Perhaps a decorator of some sort? I want to use transactions so that I can run more tests in parallel, but would also like to minimize the amount of work needed to refactor the tests.
Is there any way to make transactions apply to calls to
beforeEachorafterEach? Perhaps a decorator of some sort? I want to use transactions so that I can run more tests in parallel, but would also like to minimize the amount of work needed to refactor the tests.