mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
add more tests
This commit is contained in:
@@ -333,6 +333,9 @@ function get_page_handler(routes: RouteObject[], store_getter: (req: Req) => Sto
|
||||
};
|
||||
Object.assign(props, preloaded);
|
||||
|
||||
res.end('TODO');
|
||||
return;
|
||||
|
||||
const { html, head, css } = App.render({ Page: route.handler, props }, {
|
||||
store
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user