Searched refs:renderAsync (Results 1 – 3 of 3) sorted by relevance
75 renderAsync,79 renderAsync: (pathname: string) => Promise<string>;91 const data = await renderAsync(pathname);117 const [resources, { manifest, renderAsync }] = await Promise.all([ constant133 async renderAsync(pathname: string) {134 const template = await renderAsync(pathname);
265 const renderAsync = jest.fn(async () => ''); constant287 renderAsync,
166 async renderAsync(path: string) {