(script: string)
| 5 | beforeAll(() => ensureDOMParser()); |
| 6 | |
| 7 | const wrap = (script: string) => |
| 8 | `<!doctype html><html><body><div id="root" data-composition-id="main" data-duration="4"><div id="dot" class="clip"></div></div><script>${script}</script></body></html>`; |
| 9 | |
| 10 | describe("keyframes multi-stroke traces", () => { |
| 11 | it("composites ≥2 position strokes on one element into a single trace", () => { |