- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 19 Jan 2017 11:21:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 19:21:42 UTC
domenic commented on this pull request. > -- 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`. IMO once we get it down to just abstract-ops.js we should eliminate the tests as maintaining the separate framework is a burden. But yeah, I'll change it for now. -- 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
Received on Thursday, 19 January 2017 19:21:42 UTC