Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy test infrastructure and abstract-ops tests #832

Merged
merged 2 commits into from Oct 10, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference-implementation/README.md
Expand Up @@ -16,7 +16,7 @@ To run all tests (and the lint step), run `npm test` in this folder.

### 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.
The test suite for this standard is written in [web platform tests](https://github.com/w3c/web-platform-tests) format.

- To run the web platform tests (including both the upstream ones and the to-upstream ones), type `npm run wpt` in this folder.
- To run specific test files, you can use a glob pattern, rooted at the streams directory: `npm run wpt -- "writable-streams/**"`
Expand Down