MCPcopy 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

1import { getPackageName } from './getPackageName.ts'
2
3export function getE2EPortKey() {
4 return process.env.E2E_PORT_KEY ?? getPackageName()
5}

Callers 4

redirect.spec.tsFile · 0.90
waitForDummyServerFunction · 0.90
setupFunction · 0.90
teardownFunction · 0.90

Calls 1

getPackageNameFunction · 0.90

Tested by

no test coverage detected