Re: [streams] Byte stream update, including reference implementation (#361)

>  
>  
>  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'));

Don't want to commit this.

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

Received on Thursday, 11 June 2015 21:04:59 UTC