Skip to content

Commit 771b29a

Browse files
chore: generate
1 parent e6d1aae commit 771b29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/util/process.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("util.process", () => {
5858
}, 3000)
5959

6060
test("uses cwd when spawning commands", async () => {
61-
const out = await Process.run(node('process.stdout.write(process.cwd())'), {
61+
const out = await Process.run(node("process.stdout.write(process.cwd())"), {
6262
cwd: "/tmp",
6363
})
6464
expect(out.stdout.toString()).toBe("/tmp")

0 commit comments

Comments
 (0)