mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix: correctly handle prerender pages in split mode (#7509)
This commit is contained in:
parent
cd8cdb8f3e
commit
dc7967fa54
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ describe('Prerendering', () => {
|
|||
adapter: nodejs({ mode: 'standalone' }),
|
||||
});
|
||||
await fixture.build();
|
||||
const { startServer } = await await load();
|
||||
const { startServer } = await load();
|
||||
let res = startServer();
|
||||
server = res.server;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue