summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-06-05 13:19:15 -0500
committerGravatar GitHub <noreply@github.com> 2023-06-05 13:19:15 -0500
commit39403c32faea58399c61d3344b770f195be60d5b (patch)
tree875f56aec415ae738762823a6d5a7751b782bbfc /packages/integrations/node/test
parent414eb19d2fcb55758f9d053076773b11b62f4c97 (diff)
downloadastro-39403c32faea58399c61d3344b770f195be60d5b.tar.gz
astro-39403c32faea58399c61d3344b770f195be60d5b.tar.zst
astro-39403c32faea58399c61d3344b770f195be60d5b.zip
Unflag hybrid output (#7260)
* feat(hybrid): unflag hybrid output * chore: cleanup rebase errors
Diffstat (limited to 'packages/integrations/node/test')
-rw-r--r--packages/integrations/node/test/prerender.test.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/integrations/node/test/prerender.test.js b/packages/integrations/node/test/prerender.test.js
index 751ed2ae7..4b5522a31 100644
--- a/packages/integrations/node/test/prerender.test.js
+++ b/packages/integrations/node/test/prerender.test.js
@@ -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();