We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d1aae commit 771b29aCopy full SHA for 771b29a
1 file changed
packages/opencode/test/util/process.test.ts
@@ -58,7 +58,7 @@ describe("util.process", () => {
58
}, 3000)
59
60
test("uses cwd when spawning commands", async () => {
61
- const out = await Process.run(node('process.stdout.write(process.cwd())'), {
+ const out = await Process.run(node("process.stdout.write(process.cwd())"), {
62
cwd: "/tmp",
63
})
64
expect(out.stdout.toString()).toBe("/tmp")
0 commit comments