You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
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.
14 KiB
14 KiB