ComponentizeJS
ComponentizeJS copied to clipboard
Don't use external HTTP servers in integration tests
We have intermittent failures in the fetch builtin test caused by failing requests to httpbin.org. We should change to running our own local server instead, so we don't rely on external services.
See e.g. the failures in this run
This was resolved by https://github.com/bytecodealliance/ComponentizeJS/pull/207