matrix-js-sdk
0cf05695 - Fix broken unit tests for `FetchHttpApi.getUrl` (#3620)

Commit
2 years ago
Fix broken unit tests for `FetchHttpApi.getUrl` (#3620) These tests have broken on Node.js 18.17.0. This is due to Node.js adopting an updated version of the URL parser, in which the internal `Symbol(query)` property is populated lazily. We shouldn't be relying on the internal state of the URL object anyway. Let's just compare the stringified copy.
Author
Parents
Loading