mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
fix char
This commit is contained in:
@@ -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(
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user