mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 05:01:58 +08:00

Before this fix, if a test case was async, `afterEach` callback would be executed immediately, without waiting for the test to finish. 😬
Before this fix, if a test case was async, `afterEach` callback would be executed immediately, without waiting for the test to finish. 😬