We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40d124 commit c253fe2Copy full SHA for c253fe2
packages/plugin-help/test/plugin-help.test.ts
@@ -143,7 +143,9 @@ describe("plugin-help", () => {
143
help: { group: "undefined-group" },
144
})
145
.parse([]);
146
- }).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Unknown command group "undefined-group" for "init". Available groups: core]`);
+ }).rejects.toThrowErrorMatchingInlineSnapshot(
147
+ `[Error: Unknown command group "undefined-group" for "init". Available groups: core]`,
148
+ );
149
});
150
151
it("should not add group headers when no groups defined", () => {
0 commit comments