Use a separate cache dir for this test

This commit is contained in:
Jarred Sumner
2024-04-08 07:31:05 -07:00
parent 9380e99e2b
commit a4e8534779

View File

@@ -88,7 +88,7 @@ beforeAll(async () => {
const install = Bun.spawnSync([bunExe(), "i"], {
cwd: root,
env: bunEnv,
env: { ...bunEnv, BUN_INSTALL_CACHE_DIR: join(root, ".bun-install") },
stdout: "inherit",
stderr: "inherit",
stdin: "inherit",