mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
Unflag hybrid output (#7260)
* feat(hybrid): unflag hybrid output * chore: cleanup rebase errors
This commit is contained in:
parent
6bfcb05d53
commit
6ee3b449ff
1 changed files with 0 additions and 6 deletions
|
@ -140,9 +140,6 @@ describe('Hybrid rendering', () => {
|
|||
base: '/some-base',
|
||||
root: './fixtures/prerender/',
|
||||
output: 'hybrid',
|
||||
experimental: {
|
||||
hybridOutput: true,
|
||||
},
|
||||
adapter: nodejs({ mode: 'standalone' }),
|
||||
});
|
||||
await fixture.build();
|
||||
|
@ -199,9 +196,6 @@ describe('Hybrid rendering', () => {
|
|||
fixture = await loadFixture({
|
||||
root: './fixtures/prerender/',
|
||||
output: 'hybrid',
|
||||
experimental: {
|
||||
hybridOutput: true,
|
||||
},
|
||||
adapter: nodejs({ mode: 'standalone' }),
|
||||
});
|
||||
await fixture.build();
|
||||
|
|
Loading…
Add table
Reference in a new issue