We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... and ideally then port the streams tests to .any.js format, removing their custom-generated wrappers
The easiest way to do this is probably to copy the logic from https://github.com/web-platform-tests/wpt/blob/24373750793a107c28dbfde50d61cfae192fb485/tools/serve/serve.py#L219 into this project.
/cc @MattiasBuelens
Forked from nodejs/whatwg-stream#1 (comment)
The text was updated successfully, but these errors were encountered:
Support .any.js and .window.js tests
1d18a28
This adds support for running tests with auto-generated test boilerplate (https://web-platform-tests.org/writing-tests/testharness.html#auto-generated-test-boilerplate), i.e. .any.js and .window.js tests. (Worker tests are ignored since jsdom doesn't support workers yet.) This keeps the JavaScript implementation as close as possible to the original Python implementation from web-platform-tests (https://github.com/web-platform-tests/wpt/blob/926d722bfc83f3135aab36fddc977de82ed7e63e/tools/serve/serve.py). This should (hopefully) make maintaining our implementation a bit easier, in the (rare) case the test format changes in the future. As part of this, we started using Node's new URL parser, bringing up our minimum version requirement. Closes #11.
PR for porting the streams tests: web-platform-tests/wpt#14172
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
... and ideally then port the streams tests to .any.js format, removing their custom-generated wrappers
The easiest way to do this is probably to copy the logic from https://github.com/web-platform-tests/wpt/blob/24373750793a107c28dbfde50d61cfae192fb485/tools/serve/serve.py#L219 into this project.
/cc @MattiasBuelens
Forked from nodejs/whatwg-stream#1 (comment)
The text was updated successfully, but these errors were encountered: