aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/bunEnv.ts
blob: 2fe33a4eaaada5b4cb037340db7e506da8781a72 (plain) (blame)
1
2
3
4
5
6
export const bunEnv: any = {
  ...process.env,
  BUN_DEBUG_QUIET_LOGS: "1",
  NO_COLOR: "1",
  FORCE_COLOR: undefined,
};