Skip to content

Commit 3ce577a

Browse files
committed
chore: refresh bun.lock and update templates test for simple-webhook
1 parent d99b844 commit 3ce577a

2 files changed

Lines changed: 18 additions & 27 deletions

File tree

bun.lock

Lines changed: 15 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workflows/test/templates.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { bundleWorkflowCode } from "@secondlayer/bundler";
33
import { templates } from "../src/templates.ts";
44

55
describe("workflow templates", () => {
6-
test("exports six seed templates", () => {
7-
expect(templates).toHaveLength(6);
6+
test("exports seed templates", () => {
7+
expect(templates).toHaveLength(7);
88
const ids = templates.map((t) => t.id);
99
expect(ids).toEqual([
1010
"whale-alert",
@@ -13,6 +13,7 @@ describe("workflow templates", () => {
1313
"daily-digest",
1414
"failed-tx-alert",
1515
"health-cron",
16+
"simple-webhook",
1617
]);
1718
});
1819

0 commit comments

Comments
 (0)