Fix length of the link in tests
This commit is contained in:
parent
28c413319f
commit
6f7fd80044
@ -12,7 +12,7 @@ describe("findLinks", () => {
|
|||||||
const expected = [
|
const expected = [
|
||||||
{
|
{
|
||||||
start: 0,
|
start: 0,
|
||||||
end: 28,
|
end: 31,
|
||||||
link: "irc://irc.example.com/thelounge",
|
link: "irc://irc.example.com/thelounge",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user