mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
test(prompt): align shell placeholder expectation (#24147)
This commit is contained in:
parent
f033d2d8fb
commit
2cda629c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue