Re: [whatwg/streams] Move to the upstream versions of WPTs (#662)

tschneidereit approved this pull request.

Looks good to me, thank you for doing this.

>  
-- To run them, type `npm test` in this folder.
-- To run a specific test file, type e.g. `node test-runner test/readable-stream.js`.
+The original tests are written using the [tape](https://github.com/substack/tape) framework. They live in the `test` subfolder of this folder.
+
+- To run them, type `npm run legacy-test` in this folder.
+- To run a specific test file, type e.g. `node run-tests.js test/readable-stream.js`.

I guess this should mention a test file that actually exists. Given that that's the only one that'll stick around, that should probably be `abstract-ops.js`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/662#pullrequestreview-17457292

Received on Thursday, 19 January 2017 14:05:38 UTC