Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ test.mjs
File
test.mjs
bazel/rules/rules_browsers/test/server_test/test.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert'
;
2
3
const
testServerPort = process.env[
'TEST_SERVER_PORT'
];
4
assert(testServerPort,
'Expected test server port.'
);
Callers
nothing calls this directly
Calls
2
fetch
Function · 0.50
text
Method · 0.45
Tested by
no test coverage detected