- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 08 Mar 2016 01:31:21 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 8 March 2016 09:31:49 UTC
> @@ -608,23 +608,35 @@ promise_test(() => {
>
> }, 'ReadableStream pull should be able to close a stream.');
>
> -test(() => {
> +promise_test(t => {
- IIRC, the following two test are just for increasing test coverage. these pass even on the current master branch
- enqueue() has been changed not to throw the stored error. So, I've removed the last test. This is related to #424.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/430/files#r55334887
Received on Tuesday, 8 March 2016 09:31:49 UTC