This commit is contained in:
Half-Shot
2025-07-21 11:34:12 +01:00
parent 9b2223e383
commit b722d7bdab

View File

@@ -83,7 +83,7 @@ describe("UrlParams", () => {
).toBe(ROOM_ID); ).toBe(ROOM_ID);
}); });
it("(roomId with unprintable chatacters)", () => { it("(roomId with unprintable chatacters)", () => {
const invisibleChar = ""; const invisibleChar = "\u2066";
expect( expect(
getRoomIdentifierFromUrl( getRoomIdentifierFromUrl(
"", "",