- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 01 Dec 2014 08:32:57 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 December 2014 16:33:29 UTC
> @@ -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'),
use t.plan() to check this expectation?
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/248/files#r21099892
Received on Monday, 1 December 2014 16:33:29 UTC