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

Sync tests in WPT and WICG repository (WICG side) #237

Closed hiroshige-g closed 3 years ago

hiroshige-g commented 3 years ago

WPT side: https://github.com/web-platform-tests/wpt/pull/26733 WICG side: https://github.com/WICG/import-maps/pull/237

After these PRs, the data-driven JSON files are identical in the WPT and WICG repositories.

This PR (WICG side) moves non-HTTP(S) tests into -internal.json files.

domenic commented 3 years ago

Let me see if I can make the test runner download files from WPT instead so humans don't have to do this sync work...