The staging test doesn't seem to stop. #6457
Unanswered
agarwal-nitesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The last expect
expect(remainingContractBalance).equal(BigInt(0));
seems to run fine. But none of theafterEach
gets called. I have tried different combinations without a nested describe, without making the describe async (but it and beforeEach has to be async) etc.There was another discussion that I saw is similar, but there was no resolution provided.
#5995
Output:
Beta Was this translation helpful? Give feedback.
All reactions