pull/4330/head
Cris Ward 6 years ago
parent d21d020648
commit cf732809d6

@ -8,6 +8,6 @@ export default function (target) {
assert.equal(el.name, 'world'); assert.equal(el.name, 'world');
const h1 = el._root.querySelector('h1'); const h1 = el._root.querySelector('h1');
assert.equal(h1.textContent, 'Hello world'); assert.equal(h1.textContent, 'Hello world!');
assert.equal(el.shadowRoot, null); assert.equal(el.shadowRoot, null);
} }
Loading…
Cancel
Save