From 7f558290d8f38acfe21a97f4aa416c2f1703ca36 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Mon, 29 Jul 2024 17:21:16 +0200 Subject: [PATCH] chore: enhance comment on skipped test explain what we need to unskip it --- .../_config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js b/packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js index 4777a268bc..3ed155c254 100644 --- a/packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js +++ b/packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js @@ -1,7 +1,9 @@ import { test } from '../../test'; export default test({ - skip: true, // TODO: needs fixing + // TODO: needs fixing. Can only be fixed once we also support document.createElementNS-style creation of elements + // because the $.template('...') approach has no option to preserve attribute name casing + skip: true, html: `