Re: [whatwg/streams] Remove legacy test infrastructure and abstract-ops tests (#832)

domenic commented on this pull request.



> @@ -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.

Weird, I could swear I did; maybe something did not get committed. Thanks for catching it.

-- 
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#discussion_r143783242

Received on Tuesday, 10 October 2017 16:35:31 UTC