From cf9f9375583670868460c0f8e74f9ba38075bfff Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 3 Jul 2026 16:16:10 +0200 Subject: [PATCH] oops --- .../tests/runtime-runes/samples/async-portal-fork/_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/svelte/tests/runtime-runes/samples/async-portal-fork/_config.js b/packages/svelte/tests/runtime-runes/samples/async-portal-fork/_config.js index ea50dee816..55e66195cf 100644 --- a/packages/svelte/tests/runtime-runes/samples/async-portal-fork/_config.js +++ b/packages/svelte/tests/runtime-runes/samples/async-portal-fork/_config.js @@ -2,7 +2,6 @@ import { tick } from 'svelte'; import { test } from '../../test'; export default test({ - solo: true, async test({ assert, target }) { const btn = target.querySelector('button');