test(core): make command shell test portable (#34972)
This commit is contained in:
parent
ec95694e2f
commit
967c44552e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ describe("CommandV2", () => {
|
|||
const command = yield* CommandV2.Service
|
||||
yield* command.transform((editor) => {
|
||||
editor.update("review", (command) => {
|
||||
command.template = "Output: !`printf command-output`"
|
||||
command.template = "Output: !`bun -e \"process.stdout.write('command-output')\"`"
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue