Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Skip test with childrenOnly since we don't support that

+1 -1
+1 -1
test/something.test.js
··· 190 190 expect(a.outerHTML).to.equal(b.outerHTML); 191 191 }); 192 192 193 - it("should update child nodes", async () => { 193 + it.skip("should update child nodes", async () => { 194 194 const a = await fixture(html`<main><p>hello world</p></main>`); 195 195 const b = await fixture(html`<section><p>hello you</p></section>`); 196 196