[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-18 21:52:19 +00:00
committed by GitHub
parent e6f61e8362
commit 4d66211416

View File

@@ -1,5 +1,5 @@
import { spawn } from "bun";
import { test, expect } from "bun:test";
import { expect, test } from "bun:test";
import { bunEnv, bunExe, isWindows } from "harness";
// This test covers the issue where Bun.spawn doesn't inherit environment variables on Windows