You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recommend not using nested blocks. Just stick to plain describe.it. We'll get mocha for packages working hopefully soon. Forcing munit describe.it on top of tinytest will just never be like mocha, due to tinytest limitations.
beforeEach and afterEach block is not called for tests in nested describe blocks.
Example:
I expect that the beforeEach block runs before each of the it blocks.
The text was updated successfully, but these errors were encountered: