mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-08 01:52:33 +00:00
chore: generate
This commit is contained in:
parent
e6d1aae33a
commit
771b29a857
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ describe("util.process", () => {
|
|||
}, 3000)
|
||||
|
||||
test("uses cwd when spawning commands", async () => {
|
||||
const out = await Process.run(node('process.stdout.write(process.cwd())'), {
|
||||
const out = await Process.run(node("process.stdout.write(process.cwd())"), {
|
||||
cwd: "/tmp",
|
||||
})
|
||||
expect(out.stdout.toString()).toBe("/tmp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue