mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
fix char
This commit is contained in:
@@ -83,7 +83,7 @@ describe("UrlParams", () => {
|
||||
).toBe(ROOM_ID);
|
||||
});
|
||||
it("(roomId with unprintable chatacters)", () => {
|
||||
const invisibleChar = "";
|
||||
const invisibleChar = "\u2066";
|
||||
expect(
|
||||
getRoomIdentifierFromUrl(
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user