From 2446ea99a5001f4fc26f36e1c6dab45fe8a04ff2 Mon Sep 17 00:00:00 2001 From: paoloricciuti Date: Fri, 23 Jan 2026 14:53:56 +0100 Subject: [PATCH] fix: skip no async --- .../tests/runtime-runes/samples/await-html-hydration/_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/svelte/tests/runtime-runes/samples/await-html-hydration/_config.js b/packages/svelte/tests/runtime-runes/samples/await-html-hydration/_config.js index 8e8f097feb..e7983a3de9 100644 --- a/packages/svelte/tests/runtime-runes/samples/await-html-hydration/_config.js +++ b/packages/svelte/tests/runtime-runes/samples/await-html-hydration/_config.js @@ -1,6 +1,7 @@ import { test } from '../../test'; export default test({ + skip_no_async: true, mode: ['hydrate'], async test() {} });