- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Dec 2014 09:36:46 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 December 2014 17:37:13 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'),
both done, and good idea to use t.plan here.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/248/files#r21104257
Received on Monday, 1 December 2014 17:37:13 UTC