fix(coding-agent): update test expectations after registerFlag -- prefix removal

This commit is contained in:
mom 2026-01-11 11:44:19 +00:00
parent 08aa7a7dad
commit 9ddbafb03a
2 changed files with 2 additions and 2 deletions

View file

@ -441,7 +441,7 @@ describe("extensions discovery", () => {
expect(result.errors).toHaveLength(0);
expect(result.extensions).toHaveLength(1);
expect(result.extensions[0].flags.has("--my-flag")).toBe(true);
expect(result.extensions[0].flags.has("my-flag")).toBe(true);
});
it("loadExtensions only loads explicit paths without discovery", async () => {