chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -49,9 +49,7 @@ describe("markdownToSlackMrkdwn", () => {
|
||||
});
|
||||
|
||||
it("preserves Slack angle-bracket markup (mentions/links)", () => {
|
||||
const res = markdownToSlackMrkdwn(
|
||||
"hi <@U123> see <https://example.com|docs> and <!here>",
|
||||
);
|
||||
const res = markdownToSlackMrkdwn("hi <@U123> see <https://example.com|docs> and <!here>");
|
||||
expect(res).toBe("hi <@U123> see <https://example.com|docs> and <!here>");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user