Re: [streams-tests] ReadableStream: pipeThrough() is not fooled by a fake Promise (#5519)

@jugglinmike
Would it help to remove the assertion `assert_true(fakePromise instanceof Promise, 'fakePromise fools instanceof');`? The only purpose of this is to make it clear to the reader that we do have an object that passes the `instanceof` test. But maybe it creates confusion about the real purpose of the test.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5519#issuecomment-293807852

Received on Thursday, 13 April 2017 06:55:45 UTC