Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ getE2EPortKey
Function
getE2EPortKey
e2e/solid-start/basic/tests/utils/getE2EPortKey.ts:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ getPackageName } from
'./getPackageName.ts'
2
3
export
function
getE2EPortKey() {
4
return
process.env.E2E_PORT_KEY ?? getPackageName()
5
}
Callers
4
redirect.spec.ts
File · 0.90
waitForDummyServer
Function · 0.90
setup
Function · 0.90
teardown
Function · 0.90
Calls
1
getPackageName
Function · 0.90
Tested by
no test coverage detected