Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ expectDefined
Function
expectDefined
apps/cloud/src/mcp/telemetry.test.ts:53–55 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
51
};
52
53
const
expectDefined: <T>(value: T) => asserts value is NonNullable<T> = (value) => {
54
expect(value).toBeDefined();
55
};
56
57
const
postRequest = (body: unknown): Request =>
58
new
Request(
"https://executor.sh/mcp"
, {
Callers
1
telemetry.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected