Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ getEnvironmentMessage
Function
getEnvironmentMessage
packages/cli/test/dev/utils.ts:394–399 ·
view source on GitHub ↗
(isDev: boolean)
Source
from the content-addressed store, hash-verified
392
}
393
394
function
getEnvironmentMessage(isDev: boolean): string {
395
if
(isDev) {
396
return
'FROM DEV SERVER'
;
397
}
398
return
`FROM DEPLOYMENT`;
399
}
400
401
export
async
function
testFixture(
402
directory: string,
Callers
1
testPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected