Skip to content

Commit a95e8d0

Browse files
author
Hweinstock
committed
docs: add comments above long paramtrized tests
1 parent 0fcefd8 commit a95e8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handlers/project/project.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe("project create", () => {
112112

113113
describe("project add harness", () => {
114114
const defaultModel = { provider: "bedrock", modelId: "global.anthropic.claude-sonnet-4-6" };
115-
115+
/** Verify error case for different flags **/
116116
test.each<[string, string[], Record<string, unknown>]>([
117117
["minimal — name only", ["--name", "x"], { model: defaultModel }],
118118
[

0 commit comments

Comments
 (0)