- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 11 Jun 2015 14:14:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 11 June 2015 21:14:59 UTC
>
>
> if (process.argv.length === 2) {
> - const tests = glob.sync(path.resolve(__dirname, 'test/*.js'));
> + const tests = glob.sync(path.resolve(__dirname, 'test/readable-byte-stream.js'));
>
> tests.forEach(require);
We should add RBS to the templated tests!
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/361/files#r32269046
Received on Thursday, 11 June 2015 21:14:59 UTC