Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

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

Better name our tests

+1 -1
+1 -1
test/something.test.js test/morphlite.test.js
··· 1 1 import { fixture, html, expect } from "@open-wc/testing"; 2 2 import { morph } from "../"; 3 3 4 - describe("my-test", () => { 4 + describe("morphlite", () => { 5 5 it("supports nodes from iframes", async () => { 6 6 const iframe = await fixture(html`<iframe></iframe>`); 7 7 const a = await fixture(html`<h1>Hello World</h1>`);