mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
3dce114cec
commit
17d10db845
11 changed files with 50 additions and 56 deletions
|
|
@ -35,11 +35,13 @@ describe("telegram renderNeutralMessage", () => {
|
|||
const out = renderNeutralMessage({
|
||||
title: "acme/widget: Add feature",
|
||||
footer: "acme/widget",
|
||||
forge: { name: "GitHub", url: "https://github.com", iconUrl: "https://github.com/favicon.ico" },
|
||||
forge: {
|
||||
name: "GitHub",
|
||||
url: "https://github.com",
|
||||
iconUrl: "https://github.com/favicon.ico",
|
||||
},
|
||||
});
|
||||
expect(out).toContain(
|
||||
'<i><a href="https://github.com">GitHub</a> · acme/widget</i>',
|
||||
);
|
||||
expect(out).toContain('<i><a href="https://github.com">GitHub</a> · acme/widget</i>');
|
||||
|
||||
const gitea = renderNeutralMessage({
|
||||
title: "org/repo: Add feature",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue