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

Migrate to JSON-based Jest tests #204

Closed hiroshige-g closed 4 years ago

hiroshige-g commented 4 years ago

In order to share common structure with Web Platform Tests #170, this PR migrates hard-coded Jest tests into JSON test metadata (__tests__/json/*.json, which are shared with https://github.com/web-platform-tests/wpt/tree/master/import-maps/common/resources) and test runners (__tests__/helpers/, which are Jest-specific).

hiroshige-g commented 4 years ago

@domenic WDYT?