Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid late start message after test has finished in
--runInBand
mode
The start message that is sent over a test's MessageChannel may arrive after the tests' Promise has already resolved, i.e. the finished callback has already been executed. This results in excessive status message logging, as the late start event does activate the test as "running" even though it has already finished, rendering it in the "running" state forever (and consequently generating excessive status messages as more and more tests become considered "running"). Fixes #76
- Loading branch information