mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
fix: do not inline process.env during bun run and bun test (#7614)
* env stuff * ok * undo * remove unused param * resolve review comment * dupe * it compiles now i promise
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { spawn } from "bun";
|
||||
import { expect, it } from "bun:test";
|
||||
import { bunExe, bunEnv } from "harness";
|
||||
import { bunExe, bunEnv, tempDirWithFiles, bunRun, bunRunAsScript } from "harness";
|
||||
import { readFileSync, renameSync, rmSync, unlinkSync, writeFileSync } from "fs";
|
||||
import { join } from "path";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user