- From: Adam Rice <notifications@github.com>
- Date: Wed, 12 Oct 2016 22:35:06 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 13 October 2016 05:35:34 UTC
ricea commented on this pull request. > @@ -15,17 +15,11 @@ async_test(t => { }); }, write(chunk) { - t.step(() => { - assert_true(expectWriteCall, 'write should not be called until start promise resolves'); - assert_equals(chunk, 'a', 'chunk should be the value passed to write'); - t.done(); - }); + assert_true(expectWriteCall, 'write should not be called until start promise resolves'); + assert_equals(chunk, 'a', 'chunk should be the value passed to write'); I followed @domenic's advice. -- 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 05:35:34 UTC