Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ Route
Function
Route
src/routing.test.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
function
* Route() {
52
return
yield [Home, About, AlbumRoutes];
53
}
54
55
it(
"works with home"
, () => {
56
expect(parse(
"/"
, Route())).toEqual({
Callers
1
routing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected