From 4844e1b5fbe2216078e14e316996e06e3c899c93 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 15 Aug 2024 14:45:12 +0100 Subject: [PATCH] chore: updates the supported features of test adapter (#11724) --- packages/astro/test/test-adapter.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/astro/test/test-adapter.js b/packages/astro/test/test-adapter.js index 8c4643367d..fc52495612 100644 --- a/packages/astro/test/test-adapter.js +++ b/packages/astro/test/test-adapter.js @@ -108,6 +108,10 @@ export default function ({ supportedAstroFeatures: { serverOutput: 'stable', envGetSecret: 'experimental', + staticOutput: 'stable', + hybridOutput: 'stable', + assets: 'stable', + i18nDomains: 'stable', }, ...extendAdapter, });