- From: Adam Rice <notifications@github.com>
- Date: Tue, 10 Oct 2017 08:08:50 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 October 2017 08:09:12 UTC
ricea approved this pull request. lgtm > @@ -14,14 +14,6 @@ You can check the test coverage at any time by running `npm run coverage` in thi To run all tests (and the lint step), run `npm test` in this folder. -### Legacy tests - -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/abstract-ops.js`. -- To run a specific test, change the source file's `test(...)` call to `test.only(...)`, then run `npm test`. - ### Web platform tests After we started implementing this in browsers, we realized that we should probably have written the tests in standard [web platform tests](https://github.com/w3c/web-platform-tests) format. Fixing this has been an ongoing effort, with major help from various community contributors. This is now a historical note, which is probably not relevant to people reading this for the first time. Remove? -- 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/832#pullrequestreview-68195234
Received on Tuesday, 10 October 2017 08:09:12 UTC