Re: [streams] Make .ready fulfill-only (#248)

> @@ -546,12 +541,17 @@ test('ReadableStream errors in shouldApplyBackpressure prevent ready from fulfil
>    });
>  
>    rs.ready.then(
> -    () => {
> -      t.fail('ready should not be fulfilled');
> +    v => t.equal(v, undefined, 'ready should be fulfilled with undefined'),

please update the description string of this test

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/248/files#r21099974

Received on Monday, 1 December 2014 16:34:26 UTC