test: move WPT to its own testing module · nodejs/node@f236dcb · GitHub
Skip to content

Commit f236dcb

Browse files
TrottMylesBorins
authored andcommitted
test: move WPT to its own testing module
This is first in a hoped-for series of moves away from a monolithic common.js that is loaded for every test and towards a more modular approach. (In the end, common.js will hopefully contain checks for variables leaking into the global space and perhaps some of the more ubiquitous functions like common.mustCall().) Move the WPT testing code to its own module. PR-URL: #12736 Backport-PR-URL: #13775 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent b46cf35 commit f236dcb

7 files changed

Lines changed: 326 additions & 249 deletions

File tree

benchmark/http/http_server_for_chunky_client.js

Lines changed: 2 additions & 2 deletions

test/README.md

Lines changed: 9 additions & 243 deletions

0 commit comments

Comments
 (0)