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

Calls

no outgoing calls

Tested by

no test coverage detected