Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ DoubleNested
Function
DoubleNested
src/routing.test.ts:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
function
* DoubleNested() {
152
return
yield [BlogRoutes, Routes];
153
}
154
155
it(
"works with single route definition"
, () => {
156
expect(invert({
type
:
"home"
}, Home())).toEqual(
"/"
);
Callers
1
routing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected