As noted in #634 (comment) and #634 (comment), there is a bug in the newly introduced beforeEach/afterEach hooks: the global beforeEach/afterEach hooks should be allowed fully synchronize before the module-level beforeEach/afterEach hooks are run. If they don't, it easily leads to race conditions.
As noted in #634 (comment) and #634 (comment), there is a bug in the newly introduced
beforeEach/afterEachhooks: the globalbeforeEach/afterEachhooks should be allowed fully synchronize before the module-levelbeforeEach/afterEachhooks are run. If they don't, it easily leads to race conditions.