Re: [whatwg/streams] Eliminate usages of async_test (#534)

ricea commented on this pull request.



>    return delay(100).then(() => {
-    expectCloseCall = true;
+    assert_array_equals(ws.events, [], 'close should not be called until start promise resolves');

done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/534

Received on Thursday, 13 October 2016 07:01:58 UTC