Skip to content

Commit 7f55829

Browse files
committed
chore: enhance comment on skipped test
explain what we need to unskip it
1 parent 65234b8 commit 7f55829

File tree

1 file changed

+3
-1
lines changed
  • packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option

1 file changed

+3
-1
lines changed

packages/svelte/tests/runtime-legacy/samples/attribute-casing-foreign-namespace-compiler-option/_config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { test } from '../../test';
22

33
export default test({
4-
skip: true, // TODO: needs fixing
4+
// TODO: needs fixing. Can only be fixed once we also support document.createElementNS-style creation of elements
5+
// because the $.template('...') approach has no option to preserve attribute name casing
6+
skip: true,
57

68
html: `
79
<page horizontalAlignment="center">

0 commit comments

Comments
 (0)