We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465598b commit 087e6f3Copy full SHA for 087e6f3
packages/svelte/tests/runtime-runes/samples/custom-element-attributes/_config.js
@@ -21,7 +21,7 @@ export default test({
21
assert.equal(value1.shadowRoot?.innerHTML, '<span>test</span>');
22
assert.equal(value2.shadowRoot?.innerHTML, '<span>test</span>');
23
24
- const value_builtin = target.querySelectorAll('div');
+ const value_builtin = target.querySelector('div');
25
assert.equal(value_builtin.shadowRoot?.innerHTML, '<span>test</span>');
26
}
27
});
0 commit comments