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
{{ message }}
This repository was archived by the owner on Sep 19, 2018. It is now read-only.
Unblock test promise chain when done() is called early.
This makes it possible to end a promise_test by calling Test.done().
Previously, that would work for a single test, but would get any
follow-up test stuck waiting for the global promise chain to resolve.
0 commit comments