WICG / import-maps

How to control the behavior of JavaScript imports
https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
Other
2.66k stars 69 forks source link

Semi-automatically sync tests with WPT #238

Closed domenic closed 3 years ago

domenic commented 3 years ago

Now WPT serves as the source of truth for the tests. To sync them with this repository, we just update the SHA in the sync-tests.js file.

/cc @hiroshige-g. Feel free to review if you want (especially if you have thoughts about the general approach), although I can also merge this without review. It's just a nice-to-have.

We should delay merging this until https://github.com/web-platform-tests/wpt/pull/26733 lands, and then update the SHA in this PR to the post-merge SHA.

hiroshige-g commented 3 years ago

Thanks for automating this, looks good!