chore: enhance comment on skipped test

explain what we need to unskip it
pull/12650/head
Simon Holthausen 2 months ago
parent 65234b80c0
commit 7f558290d8

@ -1,7 +1,9 @@
import { test } from '../../test'; import { test } from '../../test';
export default 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: ` html: `
<page horizontalAlignment="center"> <page horizontalAlignment="center">

Loading…
Cancel
Save