[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2024-01-26 23:28:49 +00:00
committed by cirospaciari
parent 59307ff8e1
commit d4ce4e103f

View File

@@ -60,7 +60,7 @@ for (let [gcTick, label] of [
it("throws errors for invalid arguments", async () => {
expect(() => {
spawnSync({
cmd: [ bunExe(), help_fixture, "echo", "hi"],
cmd: [bunExe(), help_fixture, "echo", "hi"],
cwd: "./this-should-not-exist",
env: {
BUN_DEBUG_QUIET_LOGS: "1",