https://cypress.io logo
<@697794951198801920> It is in a `beforeEach()` bu...
# e2e-testing
e
@fresh-doctor-14925 It is in a
beforeEach()
but that's intentional so that we can reset the state of the local chain between tests. The problem is that the module to loaded several times and that means all the hooks run several times as well, where instead I'd only expect them to run once