test(prompt): align shell placeholder expectation (#24147)

This commit is contained in:
Simon Klee
2026-04-24 13:00:11 +02:00
committed by GitHub
parent f033d2d8fb
commit 2cda629c8d

View File

@@ -12,7 +12,7 @@ describe("promptPlaceholder", () => {
suggest: true,
t,
})
expect(value).toBe("prompt.placeholder.shell")
expect(value).toBe("prompt.placeholder.shell:example")
})
test("returns summarize placeholders for comment context", () => {