MCPcopy 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.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected