mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
b14b9f0bde
commit
d6c15a32cd
6 changed files with 64 additions and 63 deletions
|
|
@ -220,10 +220,7 @@ describe("message title spec", () => {
|
|||
description: "Deploy request from octocat",
|
||||
html_url: "https://github.com/acme/widget/deployments/1",
|
||||
};
|
||||
const msg = formatEvent(
|
||||
route,
|
||||
event("deployment", { deployment, repository: repo, sender }),
|
||||
);
|
||||
const msg = formatEvent(route, event("deployment", { deployment, repository: repo, sender }));
|
||||
expect(msg.title).toBe("acme/widget: Deployment to `production` — created");
|
||||
expect(msg.fields![0].value).toBe("🚀 created");
|
||||
expect(msg.fields![1].value).toBe("production");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue