- From: Till Schneidereit <notifications@github.com>
- Date: Thu, 19 Jan 2017 06:05:04 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 14:05:38 UTC
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