Skip to content

Commit c253fe2

Browse files
chore: apply automatic fixes
1 parent d40d124 commit c253fe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/plugin-help/test/plugin-help.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ describe("plugin-help", () => {
143143
help: { group: "undefined-group" },
144144
})
145145
.parse([]);
146-
}).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Unknown command group "undefined-group" for "init". Available groups: core]`);
146+
}).rejects.toThrowErrorMatchingInlineSnapshot(
147+
`[Error: Unknown command group "undefined-group" for "init". Available groups: core]`,
148+
);
147149
});
148150

149151
it("should not add group headers when no groups defined", () => {

0 commit comments

Comments
 (0)