summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions/prerender.test.js
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-05-31 11:47:25 -0500
committerGravatar GitHub <noreply@github.com> 2023-05-31 11:47:25 -0500
commitbc5d6ed39faf2f73eab161774bf66ebc5fd00db2 (patch)
tree48045872752979e10f501196f34f456518de748c /packages/integrations/netlify/test/functions/prerender.test.js
parent563293c5d67e2bf13b9c735581969a0341861b44 (diff)
downloadastro-bc5d6ed39faf2f73eab161774bf66ebc5fd00db2.tar.gz
astro-bc5d6ed39faf2f73eab161774bf66ebc5fd00db2.tar.zst
astro-bc5d6ed39faf2f73eab161774bf66ebc5fd00db2.zip
feat(hybrid): unflag hybrid output (#7255)
Diffstat (limited to 'packages/integrations/netlify/test/functions/prerender.test.js')
-rw-r--r--packages/integrations/netlify/test/functions/prerender.test.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/integrations/netlify/test/functions/prerender.test.js b/packages/integrations/netlify/test/functions/prerender.test.js
index 9718df083..a571dd76e 100644
--- a/packages/integrations/netlify/test/functions/prerender.test.js
+++ b/packages/integrations/netlify/test/functions/prerender.test.js
@@ -46,9 +46,6 @@ describe('Mixed Hybrid rendering with SSR', () => {
fixture = await loadFixture({
root: new URL('./fixtures/prerender/', import.meta.url).toString(),
output: 'hybrid',
- experimental: {
- hybridOutput: true,
- },
adapter: netlifyAdapter({
dist: new URL('./fixtures/prerender/dist/', import.meta.url),
}),