Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ preserve-process-env.test.ts
File
preserve-process-env.test.ts
test/unit/preserve-process-env.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ loadEnvConfig } from
'../../packages/next-env/'
2
3
describe(
'preserve process env'
, () => {
4
it(
'should not reassign `process.env`'
, () => {
Callers
nothing calls this directly
Calls
5
loadEnvConfig
Function · 0.90
describe
Function · 0.85
it
Function · 0.50
expect
Function · 0.50
is
Method · 0.45
Tested by
no test coverage detected