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,
|
suggest: true,
|
||||||
t,
|
t,
|
||||||
})
|
})
|
||||||
expect(value).toBe("prompt.placeholder.shell")
|
expect(value).toBe("prompt.placeholder.shell:example")
|
||||||
})
|
})
|
||||||
|
|
||||||
test("returns summarize placeholders for comment context", () => {
|
test("returns summarize placeholders for comment context", () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue