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
In the lifecycle hook test, adding an extra it block at the end causes it to run hooks in an odd order. It runs beforeAll from the innermost describe block (that shouldn't be run at all) and it runs the afterAll from the outermost describe block early.
In the lifecycle hook test, adding an extra it block at the end causes it to run hooks in an odd order. It runs beforeAll from the innermost describe block (that shouldn't be run at all) and it runs the afterAll from the outermost describe block early.