Skip to content

Commit ff49f6a

Browse files
committed
chore(lint): fix infer lifecycle test formatting
1 parent 7f5d48c commit ff49f6a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/infer-lifecycle.unit.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,12 @@ describe("inferLifecycleOp", () => {
130130
name: "Test",
131131
lifecycle: { proposed: true },
132132
},
133-
{ id: "INT2", type: "intent", name: "Test", lifecycle: { active: true } },
133+
{
134+
id: "INT2",
135+
type: "intent",
136+
name: "Test",
137+
lifecycle: { active: true },
138+
},
134139
{
135140
id: "INT3",
136141
type: "intent",

0 commit comments

Comments
 (0)